Html Css Color HEX #174275 Dark Cerulean

📋 copy color: '#174275'

red 23 ◦ green 66 ◦ blue 117

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

Shades of Dark Cerulean #174275

Tints of Dark Cerulean #174275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.8%

R = 11.17%
G = 32.04%
B = 56.8%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#174275 (or 0x174275) is known color: Dark Cerulean. HEX triplet: 17, 42 and 75. RGB value is (23,66,117). Sum of RGB (Red+Green+Blue) = 23+66+117=206 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.17% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #174275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174275 is #E8BD8A. Grayscale: #3A3A3A. Windows color (decimal): -15252875 or 7684631. OLE color: 7684631.

HSL color Cylindrical-coordinate representation of color #174275: hue angle of 212.55º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #174275 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 23 66 117 -
CMYK 0.80 0.44 0 0.54
HSL 212.55º 0.67% 0.27% -
HSV(B) 212.55º 0.8% 0.46% -
XYZ 5.51 5.36 17.57 -
YUV 58.96 160.75 102.35 -
System Red Green Blue C M Y K H S L
Decimal 23 66 117 0.80 0.44 0 0.54 212.55 0.67 0.27
Hex 17 42 75 50 2C 0 36 D5 43 1B
Octal 27 102 165 120 54 0 66 325 103 33
Binary 10111 1000010 1110101 1010000 101100 0 110110 11010101 1000011 11011

Color Harmonies of #174275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174275

Black with #174275

Text Example


Text Example

White with #174275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174275; }

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

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

background-color css

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

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

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

border-color css

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

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

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