Html Css Color HEX #16488B Dark Cerulean

📋 copy color: '#16488B'

red 22 ◦ green 72 ◦ blue 139

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

Shades of Dark Cerulean #16488B

Tints of Dark Cerulean #16488B

RGB

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

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

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

R = 9.44%
G = 30.9%
B = 59.66%

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

#16488B (or 0x16488B) is known color: Dark Cerulean. HEX triplet: 16, 48 and 8B. RGB value is (22,72,139). Sum of RGB (Red+Green+Blue) = 22+72+139=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #16488B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16488B is #E9B774. Grayscale: #404040. Windows color (decimal): -15316853 or 9127958. OLE color: 9127958.

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

Color convert

RGB 22 72 139 -
CMYK 0.84 0.48 0 0.45
HSL 214.36º 0.73% 0.32% -
HSV(B) 214.36º 0.84% 0.55% -
XYZ 7.31 6.67 25.33 -
YUV 64.69 169.94 97.55 -
System Red Green Blue C M Y K H S L
Decimal 22 72 139 0.84 0.48 0 0.45 214.36 0.73 0.32
Hex 16 48 8B 54 30 0 2D D6 49 20
Octal 26 110 213 124 60 0 55 326 111 40
Binary 10110 1001000 10001011 1010100 110000 0 101101 11010110 1001001 100000

Color Harmonies of #16488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16488B

Black with #16488B

Text Example


Text Example

White with #16488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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