Html Css Color HEX #16497E Dark Cerulean

📋 copy color: '#16497E'

red 22 ◦ green 73 ◦ blue 126

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

Shades of Dark Cerulean #16497E

Tints of Dark Cerulean #16497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 57.01%

R = 9.95%
G = 33.03%
B = 57.01%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#16497E (or 0x16497E) is known color: Dark Cerulean. HEX triplet: 16, 49 and 7E. RGB value is (22,73,126). Sum of RGB (Red+Green+Blue) = 22+73+126=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 126 (49.61% from 255 or 57.01% from 221); Max value from RGB is 126 - color contains mainly: blue. Hex color #16497E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16497E is #E9B681. Grayscale: #3F3F3F. Windows color (decimal): -15316610 or 8276246. OLE color: 8276246.

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

Color convert

RGB 22 73 126 -
CMYK 0.83 0.42 0 0.51
HSL 210.58º 0.7% 0.29% -
HSV(B) 210.58º 0.83% 0.49% -
XYZ 6.48 6.44 20.64 -
YUV 63.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 22 73 126 0.83 0.42 0 0.51 210.58 0.7 0.29
Hex 16 49 7E 53 2A 0 33 D3 46 1D
Octal 26 111 176 123 52 0 63 323 106 35
Binary 10110 1001001 1111110 1010011 101010 0 110011 11010011 1000110 11101

Color Harmonies of #16497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16497E

Black with #16497E

Text Example


Text Example

White with #16497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16497E; }

 p { color: rgb(22,73,126); }

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

background-color css

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

 a { background-color: rgb(22,73,126); }

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

border-color css

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

 span { border-color: rgb(22,73,126); }

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