Html Css Color HEX #16497A Dark Cerulean

📋 copy color: '#16497A'

red 22 ◦ green 73 ◦ blue 122

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

Shades of Dark Cerulean #16497A

Tints of Dark Cerulean #16497A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 56.22%

R = 10.14%
G = 33.64%
B = 56.22%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#16497A (or 0x16497A) is known color: Dark Cerulean. HEX triplet: 16, 49 and 7A. RGB value is (22,73,122). Sum of RGB (Red+Green+Blue) = 22+73+122=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #16497A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16497A is #E9B685. Grayscale: #3F3F3F. Windows color (decimal): -15316614 or 8014102. OLE color: 8014102.

HSL color Cylindrical-coordinate representation of color #16497A: hue angle of 209.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16497A is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 22 73 122 -
CMYK 0.82 0.40 0 0.52
HSL 209.4º 0.69% 0.28% -
HSV(B) 209.4º 0.82% 0.48% -
XYZ 6.23 6.34 19.31 -
YUV 63.34 161.1 98.52 -
System Red Green Blue C M Y K H S L
Decimal 22 73 122 0.82 0.40 0 0.52 209.4 0.69 0.28
Hex 16 49 7A 52 28 0 34 D1 45 1C
Octal 26 111 172 122 50 0 64 321 105 34
Binary 10110 1001001 1111010 1010010 101000 0 110100 11010001 1000101 11100

Color Harmonies of #16497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16497A

Black with #16497A

Text Example


Text Example

White with #16497A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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