Html Css Color HEX #174980 Dark Cerulean

📋 copy color: '#174980'

red 23 ◦ green 73 ◦ blue 128

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

Shades of Dark Cerulean #174980

Tints of Dark Cerulean #174980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 57.14%

R = 10.27%
G = 32.59%
B = 57.14%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#174980 (or 0x174980) is known color: Dark Cerulean. HEX triplet: 17, 49 and 80. RGB value is (23,73,128). Sum of RGB (Red+Green+Blue) = 23+73+128=224 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.27% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #174980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174980 is #E8B67F. Grayscale: #404040. Windows color (decimal): -15251072 or 8407319. OLE color: 8407319.

HSL color Cylindrical-coordinate representation of color #174980: hue angle of 211.43º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #174980 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 23 73 128 -
CMYK 0.82 0.43 0 0.50
HSL 211.43º 0.7% 0.3% -
HSV(B) 211.43º 0.82% 0.5% -
XYZ 6.63 6.51 21.33 -
YUV 64.32 163.94 98.53 -
System Red Green Blue C M Y K H S L
Decimal 23 73 128 0.82 0.43 0 0.50 211.43 0.7 0.3
Hex 17 49 80 52 2B 0 32 D3 46 1E
Octal 27 111 200 122 53 0 62 323 106 36
Binary 10111 1001001 10000000 1010010 101011 0 110010 11010011 1000110 11110

Color Harmonies of #174980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174980

Black with #174980

Text Example


Text Example

White with #174980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174980; }

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

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

background-color css

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

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

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

border-color css

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

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

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