Html Css Color HEX #16498B Dark Cerulean

📋 copy color: '#16498B'

red 22 ◦ green 73 ◦ blue 139

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

Shades of Dark Cerulean #16498B

Tints of Dark Cerulean #16498B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 59.4%

R = 9.4%
G = 31.2%
B = 59.4%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#16498B (or 0x16498B) is known color: Dark Cerulean. HEX triplet: 16, 49 and 8B. RGB value is (22,73,139). Sum of RGB (Red+Green+Blue) = 22+73+139=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #16498B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16498B is #E9B674. Grayscale: #404040. Windows color (decimal): -15316597 or 9128214. OLE color: 9128214.

HSL color Cylindrical-coordinate representation of color #16498B: hue angle of 213.85º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16498B is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 22 73 139 -
CMYK 0.84 0.47 0 0.45
HSL 213.85º 0.73% 0.32% -
HSV(B) 213.85º 0.84% 0.55% -
XYZ 7.37 6.8 25.35 -
YUV 65.28 169.6 97.13 -
System Red Green Blue C M Y K H S L
Decimal 22 73 139 0.84 0.47 0 0.45 213.85 0.73 0.32
Hex 16 49 8B 54 2F 0 2D D6 49 20
Octal 26 111 213 124 57 0 55 326 111 40
Binary 10110 1001001 10001011 1010100 101111 0 101101 11010110 1001001 100000

Color Harmonies of #16498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16498B

Black with #16498B

Text Example


Text Example

White with #16498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16498B; }

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

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

background-color css

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

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

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

border-color css

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

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

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