Html Css Color HEX #16408B Dark Cerulean

📋 copy color: '#16408B'

red 22 ◦ green 64 ◦ blue 139

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

Shades of Dark Cerulean #16408B

Tints of Dark Cerulean #16408B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.44%

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

R = 9.78%
G = 28.44%
B = 61.78%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#16408B (or 0x16408B) is known color: Dark Cerulean. HEX triplet: 16, 40 and 8B. RGB value is (22,64,139). Sum of RGB (Red+Green+Blue) = 22+64+139=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #16408B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16408B is #E9BF74. Grayscale: #3B3B3B. Windows color (decimal): -15318901 or 9125910. OLE color: 9125910.

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

Color convert

RGB 22 64 139 -
CMYK 0.84 0.54 0 0.45
HSL 218.46º 0.73% 0.32% -
HSV(B) 218.46º 0.84% 0.55% -
XYZ 6.82 5.7 25.17 -
YUV 59.99 172.59 100.9 -
System Red Green Blue C M Y K H S L
Decimal 22 64 139 0.84 0.54 0 0.45 218.46 0.73 0.32
Hex 16 40 8B 54 36 0 2D DA 49 20
Octal 26 100 213 124 66 0 55 332 111 40
Binary 10110 1000000 10001011 1010100 110110 0 101101 11011010 1001001 100000

Color Harmonies of #16408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16408B

Black with #16408B

Text Example


Text Example

White with #16408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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