Html Css Color HEX #16477C Dark Cerulean

📋 copy color: '#16477C'

red 22 ◦ green 71 ◦ blue 124

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

Shades of Dark Cerulean #16477C

Tints of Dark Cerulean #16477C

RGB

 RED value IS 22 (8.98% from 255) = 10.14%

 GREEN value IS 71 (28.13% from 255) = 32.72%

 BLUE value IS 124 (48.83% from 255) = 57.14%

R = 10.14%
G = 32.72%
B = 57.14%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#16477C (or 0x16477C) is known color: Dark Cerulean. HEX triplet: 16, 47 and 7C. RGB value is (22,71,124). Sum of RGB (Red+Green+Blue) = 22+71+124=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #16477C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16477C is #E9B883. Grayscale: #3E3E3E. Windows color (decimal): -15317124 or 8144662. OLE color: 8144662.

HSL color Cylindrical-coordinate representation of color #16477C: hue angle of 211.18º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16477C is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 22 71 124 -
CMYK 0.82 0.43 0 0.51
HSL 211.18º 0.7% 0.29% -
HSV(B) 211.18º 0.82% 0.49% -
XYZ 6.22 6.13 19.92 -
YUV 62.39 162.77 99.19 -
System Red Green Blue C M Y K H S L
Decimal 22 71 124 0.82 0.43 0 0.51 211.18 0.7 0.29
Hex 16 47 7C 52 2B 0 33 D3 46 1D
Octal 26 107 174 122 53 0 63 323 106 35
Binary 10110 1000111 1111100 1010010 101011 0 110011 11010011 1000110 11101

Color Harmonies of #16477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16477C

Black with #16477C

Text Example


Text Example

White with #16477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16477C; }

 p { color: rgb(22,71,124); }

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

background-color css

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

 a { background-color: rgb(22,71,124); }

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

border-color css

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

 span { border-color: rgb(22,71,124); }

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