Html Css Color HEX #16457D Dark Cerulean

📋 copy color: '#16457D'

red 22 ◦ green 69 ◦ blue 125

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

Shades of Dark Cerulean #16457D

Tints of Dark Cerulean #16457D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.94%

 BLUE value IS 125 (49.22% from 255) = 57.87%

R = 10.19%
G = 31.94%
B = 57.87%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#16457D (or 0x16457D) is known color: Dark Cerulean. HEX triplet: 16, 45 and 7D. RGB value is (22,69,125). Sum of RGB (Red+Green+Blue) = 22+69+125=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #16457D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16457D is #E9BA82. Grayscale: #3D3D3D. Windows color (decimal): -15317635 or 8209686. OLE color: 8209686.

HSL color Cylindrical-coordinate representation of color #16457D: hue angle of 212.62º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16457D is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 22 69 125 -
CMYK 0.82 0.45 0 0.51
HSL 212.62º 0.7% 0.29% -
HSV(B) 212.62º 0.82% 0.49% -
XYZ 6.16 5.91 20.22 -
YUV 61.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 22 69 125 0.82 0.45 0 0.51 212.62 0.7 0.29
Hex 16 45 7D 52 2D 0 33 D5 46 1D
Octal 26 105 175 122 55 0 63 325 106 35
Binary 10110 1000101 1111101 1010010 101101 0 110011 11010101 1000110 11101

Color Harmonies of #16457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16457D

Black with #16457D

Text Example


Text Example

White with #16457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16457D; }

 p { color: rgb(22,69,125); }

 H1.HeaderClassName
 {
   color: #16457D;
 }
 .AnyTagClassName
 {
   color: #16457D;
 }
</style>

background-color css

<style>
 a { background-color: #16457D; }

 a { background-color: rgb(22,69,125); }

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

border-color css

<style>
 span { border-color: #16457D; }

 span { border-color: rgb(22,69,125); }

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