Html Css Color HEX #1253CD Denim

📋 copy color: '#1253CD'

red 18 ◦ green 83 ◦ blue 205

#1253CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #1253CD

Tints of Denim #1253CD

RGB

 RED value IS 18 (7.42% from 255) = 5.88%

 GREEN value IS 83 (32.81% from 255) = 27.12%

 BLUE value IS 205 (80.47% from 255) = 66.99%

R = 5.88%
G = 27.12%
B = 66.99%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1253CD (or 0x1253CD) is known color: Denim. HEX triplet: 12, 53 and CD. RGB value is (18,83,205). Sum of RGB (Red+Green+Blue) = 18+83+205=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #1253CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1253CD is #EDAC32. Grayscale: #4C4C4C. Windows color (decimal): -15576115 or 13456146. OLE color: 13456146.

HSL color Cylindrical-coordinate representation of color #1253CD: hue angle of 219.14º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1253CD is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 83 205 -
CMYK 0.91 0.60 0 0.20
HSL 219.14º 0.84% 0.44% -
HSV(B) 219.14º 0.91% 0.8% -
XYZ 14.36 10.72 59.07 -
YUV 77.47 199.97 85.58 -
System Red Green Blue C M Y K H S L
Decimal 18 83 205 0.91 0.60 0 0.20 219.14 0.84 0.44
Hex 12 53 CD 5B 3C 0 14 DB 54 2C
Octal 22 123 315 133 74 0 24 333 124 54
Binary 10010 1010011 11001101 1011011 111100 0 10100 11011011 1010100 101100

Color Harmonies of #1253CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1253CD

Black with #1253CD

Text Example


Text Example

White with #1253CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1253CD; }

 p { color: rgb(18,83,205); }

 H1.HeaderClassName
 {
   color: #1253CD;
 }
 .AnyTagClassName
 {
   color: #1253CD;
 }
</style>

background-color css

<style>
 a { background-color: #1253CD; }

 a { background-color: rgb(18,83,205); }

 div.DivClassName
 {
   background-color: #1253CD;
 }
 .BgClassName
 {
   background-color: #1253CD;
 }
</style>

border-color css

<style>
 span { border-color: #1253CD; }

 span { border-color: rgb(18,83,205); }

 td.TdClassName
 {
   border-color: #1253CD;
 }
 .TagClassName
 {
   border-color: #1253CD;
 }
</style>