Html Css Color HEX #16468B Dark Cerulean

📋 copy color: '#16468B'

red 22 ◦ green 70 ◦ blue 139

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

Shades of Dark Cerulean #16468B

Tints of Dark Cerulean #16468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.3%

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

R = 9.52%
G = 30.3%
B = 60.17%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#16468B (or 0x16468B) is known color: Dark Cerulean. HEX triplet: 16, 46 and 8B. RGB value is (22,70,139). Sum of RGB (Red+Green+Blue) = 22+70+139=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #16468B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16468B is #E9B974. Grayscale: #3F3F3F. Windows color (decimal): -15317365 or 9127446. OLE color: 9127446.

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

Color convert

RGB 22 70 139 -
CMYK 0.84 0.50 0 0.45
HSL 215.38º 0.73% 0.32% -
HSV(B) 215.38º 0.84% 0.55% -
XYZ 7.18 6.41 25.29 -
YUV 63.51 170.6 98.39 -
System Red Green Blue C M Y K H S L
Decimal 22 70 139 0.84 0.50 0 0.45 215.38 0.73 0.32
Hex 16 46 8B 54 32 0 2D D7 49 20
Octal 26 106 213 124 62 0 55 327 111 40
Binary 10110 1000110 10001011 1010100 110010 0 101101 11010111 1001001 100000

Color Harmonies of #16468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16468B

Black with #16468B

Text Example


Text Example

White with #16468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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