Html Css Color HEX #17408E Dark Cerulean

📋 copy color: '#17408E'

red 23 ◦ green 64 ◦ blue 142

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

Shades of Dark Cerulean #17408E

Tints of Dark Cerulean #17408E

RGB

 RED value IS 23 (9.38% from 255) = 10.04%

 GREEN value IS 64 (25.39% from 255) = 27.95%

 BLUE value IS 142 (55.86% from 255) = 62.01%

R = 10.04%
G = 27.95%
B = 62.01%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#17408E (or 0x17408E) is known color: Dark Cerulean. HEX triplet: 17, 40 and 8E. RGB value is (23,64,142). Sum of RGB (Red+Green+Blue) = 23+64+142=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #17408E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17408E is #E8BF71. Grayscale: #3C3C3C. Windows color (decimal): -15253362 or 9322519. OLE color: 9322519.

HSL color Cylindrical-coordinate representation of color #17408E: hue angle of 219.33º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17408E is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 23 64 142 -
CMYK 0.84 0.55 0 0.44
HSL 219.33º 0.72% 0.32% -
HSV(B) 219.33º 0.84% 0.56% -
XYZ 7.07 5.8 26.34 -
YUV 60.63 173.92 101.16 -
System Red Green Blue C M Y K H S L
Decimal 23 64 142 0.84 0.55 0 0.44 219.33 0.72 0.32
Hex 17 40 8E 54 37 0 2C DB 48 20
Octal 27 100 216 124 67 0 54 333 110 40
Binary 10111 1000000 10001110 1010100 110111 0 101100 11011011 1001000 100000

Color Harmonies of #17408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17408E

Black with #17408E

Text Example


Text Example

White with #17408E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17408E; }

 p { color: rgb(23,64,142); }

 H1.HeaderClassName
 {
   color: #17408E;
 }
 .AnyTagClassName
 {
   color: #17408E;
 }
</style>

background-color css

<style>
 a { background-color: #17408E; }

 a { background-color: rgb(23,64,142); }

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

border-color css

<style>
 span { border-color: #17408E; }

 span { border-color: rgb(23,64,142); }

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