Html Css Color HEX #17427F Dark Cerulean

📋 copy color: '#17427F'

red 23 ◦ green 66 ◦ blue 127

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

Shades of Dark Cerulean #17427F

Tints of Dark Cerulean #17427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.56%

 BLUE value IS 127 (50% from 255) = 58.8%

R = 10.65%
G = 30.56%
B = 58.8%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#17427F (or 0x17427F) is known color: Dark Cerulean. HEX triplet: 17, 42 and 7F. RGB value is (23,66,127). Sum of RGB (Red+Green+Blue) = 23+66+127=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #17427F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17427F is #E8BD80. Grayscale: #3B3B3B. Windows color (decimal): -15252865 or 8339991. OLE color: 8339991.

HSL color Cylindrical-coordinate representation of color #17427F: hue angle of 215.19º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17427F is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 23 66 127 -
CMYK 0.82 0.48 0 0.50
HSL 215.19º 0.69% 0.29% -
HSV(B) 215.19º 0.82% 0.5% -
XYZ 6.13 5.61 20.84 -
YUV 60.1 165.75 101.54 -
System Red Green Blue C M Y K H S L
Decimal 23 66 127 0.82 0.48 0 0.50 215.19 0.69 0.29
Hex 17 42 7F 52 30 0 32 D7 45 1D
Octal 27 102 177 122 60 0 62 327 105 35
Binary 10111 1000010 1111111 1010010 110000 0 110010 11010111 1000101 11101

Color Harmonies of #17427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17427F

Black with #17427F

Text Example


Text Example

White with #17427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17427F; }

 p { color: rgb(23,66,127); }

 H1.HeaderClassName
 {
   color: #17427F;
 }
 .AnyTagClassName
 {
   color: #17427F;
 }
</style>

background-color css

<style>
 a { background-color: #17427F; }

 a { background-color: rgb(23,66,127); }

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

border-color css

<style>
 span { border-color: #17427F; }

 span { border-color: rgb(23,66,127); }

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