Html Css Color HEX #16498A Dark Cerulean

📋 copy color: '#16498A'

red 22 ◦ green 73 ◦ blue 138

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

Shades of Dark Cerulean #16498A

Tints of Dark Cerulean #16498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 59.23%

R = 9.44%
G = 31.33%
B = 59.23%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#16498A (or 0x16498A) is known color: Dark Cerulean. HEX triplet: 16, 49 and 8A. RGB value is (22,73,138). Sum of RGB (Red+Green+Blue) = 22+73+138=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #16498A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16498A is #E9B675. Grayscale: #404040. Windows color (decimal): -15316598 or 9062678. OLE color: 9062678.

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

Color convert

RGB 22 73 138 -
CMYK 0.84 0.47 0 0.46
HSL 213.62º 0.73% 0.31% -
HSV(B) 213.62º 0.84% 0.54% -
XYZ 7.3 6.77 24.97 -
YUV 65.16 169.1 97.21 -
System Red Green Blue C M Y K H S L
Decimal 22 73 138 0.84 0.47 0 0.46 213.62 0.73 0.31
Hex 16 49 8A 54 2F 0 2E D6 48 1F
Octal 26 111 212 124 57 0 56 326 110 37
Binary 10110 1001001 10001010 1010100 101111 0 101110 11010110 1001000 11111

Color Harmonies of #16498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16498A

Black with #16498A

Text Example


Text Example

White with #16498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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