Html Css Color HEX #174970 Dark Cerulean

📋 copy color: '#174970'

red 23 ◦ green 73 ◦ blue 112

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

Shades of Dark Cerulean #174970

Tints of Dark Cerulean #174970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.1%

 BLUE value IS 112 (44.14% from 255) = 53.85%

R = 11.06%
G = 35.1%
B = 53.85%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#174970 (or 0x174970) is known color: Dark Cerulean. HEX triplet: 17, 49 and 70. RGB value is (23,73,112). Sum of RGB (Red+Green+Blue) = 23+73+112=208 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.06% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #174970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174970 is #E8B68F. Grayscale: #3E3E3E. Windows color (decimal): -15251088 or 7358743. OLE color: 7358743.

HSL color Cylindrical-coordinate representation of color #174970: hue angle of 206.29º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #174970 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 73 112 -
CMYK 0.79 0.35 0 0.56
HSL 206.29º 0.66% 0.26% -
HSV(B) 206.29º 0.79% 0.44% -
XYZ 5.66 6.12 16.21 -
YUV 62.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 23 73 112 0.79 0.35 0 0.56 206.29 0.66 0.26
Hex 17 49 70 4F 23 0 38 CE 42 1A
Octal 27 111 160 117 43 0 70 316 102 32
Binary 10111 1001001 1110000 1001111 100011 0 111000 11001110 1000010 11010

Color Harmonies of #174970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174970

Black with #174970

Text Example


Text Example

White with #174970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174970; }

 p { color: rgb(23,73,112); }

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

background-color css

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

 a { background-color: rgb(23,73,112); }

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

border-color css

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

 span { border-color: rgb(23,73,112); }

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