Html Css Color HEX #16498C Dark Cerulean

📋 copy color: '#16498C'

red 22 ◦ green 73 ◦ blue 140

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

Shades of Dark Cerulean #16498C

Tints of Dark Cerulean #16498C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.57%

R = 9.36%
G = 31.06%
B = 59.57%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#16498C (or 0x16498C) is known color: Dark Cerulean. HEX triplet: 16, 49 and 8C. RGB value is (22,73,140). Sum of RGB (Red+Green+Blue) = 22+73+140=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #16498C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16498C is #E9B673. Grayscale: #414141. Windows color (decimal): -15316596 or 9193750. OLE color: 9193750.

HSL color Cylindrical-coordinate representation of color #16498C: hue angle of 214.07º 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 #16498C is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 22 73 140 -
CMYK 0.84 0.48 0 0.45
HSL 214.07º 0.73% 0.32% -
HSV(B) 214.07º 0.84% 0.55% -
XYZ 7.45 6.83 25.74 -
YUV 65.39 170.1 97.05 -
System Red Green Blue C M Y K H S L
Decimal 22 73 140 0.84 0.48 0 0.45 214.07 0.73 0.32
Hex 16 49 8C 54 30 0 2D D6 49 20
Octal 26 111 214 124 60 0 55 326 111 40
Binary 10110 1001001 10001100 1010100 110000 0 101101 11010110 1001001 100000

Color Harmonies of #16498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16498C

Black with #16498C

Text Example


Text Example

White with #16498C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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