Html Css Color HEX #16488C Dark Cerulean

📋 copy color: '#16488C'

red 22 ◦ green 72 ◦ blue 140

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

Shades of Dark Cerulean #16488C

Tints of Dark Cerulean #16488C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.77%

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

R = 9.4%
G = 30.77%
B = 59.83%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#16488C (or 0x16488C) is known color: Dark Cerulean. HEX triplet: 16, 48 and 8C. RGB value is (22,72,140). Sum of RGB (Red+Green+Blue) = 22+72+140=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #16488C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16488C is #E9B773. Grayscale: #404040. Windows color (decimal): -15316852 or 9193494. OLE color: 9193494.

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

Color convert

RGB 22 72 140 -
CMYK 0.84 0.49 0 0.45
HSL 214.58º 0.73% 0.32% -
HSV(B) 214.58º 0.84% 0.55% -
XYZ 7.38 6.7 25.71 -
YUV 64.8 170.44 97.47 -
System Red Green Blue C M Y K H S L
Decimal 22 72 140 0.84 0.49 0 0.45 214.58 0.73 0.32
Hex 16 48 8C 54 31 0 2D D7 49 20
Octal 26 110 214 124 61 0 55 327 111 40
Binary 10110 1001000 10001100 1010100 110001 0 101101 11010111 1001001 100000

Color Harmonies of #16488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16488C

Black with #16488C

Text Example


Text Example

White with #16488C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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