Html Css Color HEX #16448B Dark Cerulean

📋 copy color: '#16448B'

red 22 ◦ green 68 ◦ blue 139

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

Shades of Dark Cerulean #16448B

Tints of Dark Cerulean #16448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.69%

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

R = 9.61%
G = 29.69%
B = 60.7%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#16448B (or 0x16448B) is known color: Dark Cerulean. HEX triplet: 16, 44 and 8B. RGB value is (22,68,139). Sum of RGB (Red+Green+Blue) = 22+68+139=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #16448B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16448B is #E9BB74. Grayscale: #3E3E3E. Windows color (decimal): -15317877 or 9126934. OLE color: 9126934.

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

Color convert

RGB 22 68 139 -
CMYK 0.84 0.51 0 0.45
HSL 216.41º 0.73% 0.32% -
HSV(B) 216.41º 0.84% 0.55% -
XYZ 7.06 6.17 25.24 -
YUV 62.34 171.26 99.23 -
System Red Green Blue C M Y K H S L
Decimal 22 68 139 0.84 0.51 0 0.45 216.41 0.73 0.32
Hex 16 44 8B 54 33 0 2D D8 49 20
Octal 26 104 213 124 63 0 55 330 111 40
Binary 10110 1000100 10001011 1010100 110011 0 101101 11011000 1001001 100000

Color Harmonies of #16448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16448B

Black with #16448B

Text Example


Text Example

White with #16448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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