Html Css Color HEX #174272 Dark Cerulean

📋 copy color: '#174272'

red 23 ◦ green 66 ◦ blue 114

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

Shades of Dark Cerulean #174272

Tints of Dark Cerulean #174272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 56.16%

R = 11.33%
G = 32.51%
B = 56.16%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#174272 (or 0x174272) is known color: Dark Cerulean. HEX triplet: 17, 42 and 72. RGB value is (23,66,114). Sum of RGB (Red+Green+Blue) = 23+66+114=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #174272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174272 is #E8BD8D. Grayscale: #3A3A3A. Windows color (decimal): -15252878 or 7488023. OLE color: 7488023.

HSL color Cylindrical-coordinate representation of color #174272: hue angle of 211.65º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #174272 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 66 114 -
CMYK 0.80 0.42 0 0.55
HSL 211.65º 0.66% 0.27% -
HSV(B) 211.65º 0.8% 0.45% -
XYZ 5.34 5.29 16.66 -
YUV 58.62 159.25 102.6 -
System Red Green Blue C M Y K H S L
Decimal 23 66 114 0.80 0.42 0 0.55 211.65 0.66 0.27
Hex 17 42 72 50 2A 0 37 D4 42 1B
Octal 27 102 162 120 52 0 67 324 102 33
Binary 10111 1000010 1110010 1010000 101010 0 110111 11010100 1000010 11011

Color Harmonies of #174272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174272

Black with #174272

Text Example


Text Example

White with #174272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174272; }

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

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

background-color css

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

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

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

border-color css

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

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

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