Html Css Color HEX #17427B Dark Cerulean

📋 copy color: '#17427B'

red 23 ◦ green 66 ◦ blue 123

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

Shades of Dark Cerulean #17427B

Tints of Dark Cerulean #17427B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 58.02%

R = 10.85%
G = 31.13%
B = 58.02%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#17427B (or 0x17427B) is known color: Dark Cerulean. HEX triplet: 17, 42 and 7B. RGB value is (23,66,123). Sum of RGB (Red+Green+Blue) = 23+66+123=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #17427B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17427B is #E8BD84. Grayscale: #3B3B3B. Windows color (decimal): -15252869 or 8077847. OLE color: 8077847.

HSL color Cylindrical-coordinate representation of color #17427B: hue angle of 214.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17427B is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 23 66 123 -
CMYK 0.81 0.46 0 0.52
HSL 214.2º 0.68% 0.29% -
HSV(B) 214.2º 0.81% 0.48% -
XYZ 5.88 5.51 19.49 -
YUV 59.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 23 66 123 0.81 0.46 0 0.52 214.2 0.68 0.29
Hex 17 42 7B 51 2E 0 34 D6 44 1D
Octal 27 102 173 121 56 0 64 326 104 35
Binary 10111 1000010 1111011 1010001 101110 0 110100 11010110 1000100 11101

Color Harmonies of #17427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17427B

Black with #17427B

Text Example


Text Example

White with #17427B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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