Html Css Color HEX #16468F Dark Cerulean

📋 copy color: '#16468F'

red 22 ◦ green 70 ◦ blue 143

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

Shades of Dark Cerulean #16468F

Tints of Dark Cerulean #16468F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 60.85%

R = 9.36%
G = 29.79%
B = 60.85%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#16468F (or 0x16468F) is known color: Dark Cerulean. HEX triplet: 16, 46 and 8F. RGB value is (22,70,143). Sum of RGB (Red+Green+Blue) = 22+70+143=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 143 (56.25% from 255 or 60.85% from 235); Max value from RGB is 143 - color contains mainly: blue. Hex color #16468F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16468F is #E9B970. Grayscale: #3F3F3F. Windows color (decimal): -15317361 or 9389590. OLE color: 9389590.

HSL color Cylindrical-coordinate representation of color #16468F: hue angle of 216.2º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16468F is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 22 70 143 -
CMYK 0.85 0.51 0 0.44
HSL 216.2º 0.73% 0.32% -
HSV(B) 216.2º 0.85% 0.56% -
XYZ 7.48 6.53 26.85 -
YUV 63.97 172.6 98.06 -
System Red Green Blue C M Y K H S L
Decimal 22 70 143 0.85 0.51 0 0.44 216.2 0.73 0.32
Hex 16 46 8F 55 33 0 2C D8 49 20
Octal 26 106 217 125 63 0 54 330 111 40
Binary 10110 1000110 10001111 1010101 110011 0 101100 11011000 1001001 100000

Color Harmonies of #16468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16468F

Black with #16468F

Text Example


Text Example

White with #16468F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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