Html Css Color HEX #17407D Dark Cerulean

📋 copy color: '#17407D'

red 23 ◦ green 64 ◦ blue 125

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

Shades of Dark Cerulean #17407D

Tints of Dark Cerulean #17407D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.96%

R = 10.85%
G = 30.19%
B = 58.96%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#17407D (or 0x17407D) is known color: Dark Cerulean. HEX triplet: 17, 40 and 7D. RGB value is (23,64,125). Sum of RGB (Red+Green+Blue) = 23+64+125=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #17407D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17407D is #E8BF82. Grayscale: #3A3A3A. Windows color (decimal): -15253379 or 8208407. OLE color: 8208407.

HSL color Cylindrical-coordinate representation of color #17407D: hue angle of 215.88º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17407D is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 23 64 125 -
CMYK 0.82 0.49 0 0.51
HSL 215.88º 0.69% 0.29% -
HSV(B) 215.88º 0.82% 0.49% -
XYZ 5.89 5.33 20.12 -
YUV 58.7 165.42 102.54 -
System Red Green Blue C M Y K H S L
Decimal 23 64 125 0.82 0.49 0 0.51 215.88 0.69 0.29
Hex 17 40 7D 52 31 0 33 D8 45 1D
Octal 27 100 175 122 61 0 63 330 105 35
Binary 10111 1000000 1111101 1010010 110001 0 110011 11011000 1000101 11101

Color Harmonies of #17407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17407D

Black with #17407D

Text Example


Text Example

White with #17407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17407D; }

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

 H1.HeaderClassName
 {
   color: #17407D;
 }
 .AnyTagClassName
 {
   color: #17407D;
 }
</style>

background-color css

<style>
 a { background-color: #17407D; }

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

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

border-color css

<style>
 span { border-color: #17407D; }

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

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