Html Css Color HEX #16487D Dark Cerulean

📋 copy color: '#16487D'

red 22 ◦ green 72 ◦ blue 125

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

Shades of Dark Cerulean #16487D

Tints of Dark Cerulean #16487D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.88%

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

R = 10.05%
G = 32.88%
B = 57.08%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#16487D (or 0x16487D) is known color: Dark Cerulean. HEX triplet: 16, 48 and 7D. RGB value is (22,72,125). Sum of RGB (Red+Green+Blue) = 22+72+125=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #16487D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16487D is #E9B782. Grayscale: #3E3E3E. Windows color (decimal): -15316867 or 8210454. OLE color: 8210454.

HSL color Cylindrical-coordinate representation of color #16487D: hue angle of 210.87º 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 #16487D is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 22 72 125 -
CMYK 0.82 0.42 0 0.51
HSL 210.87º 0.7% 0.29% -
HSV(B) 210.87º 0.82% 0.49% -
XYZ 6.35 6.29 20.28 -
YUV 63.09 162.94 98.69 -
System Red Green Blue C M Y K H S L
Decimal 22 72 125 0.82 0.42 0 0.51 210.87 0.7 0.29
Hex 16 48 7D 52 2A 0 33 D3 46 1D
Octal 26 110 175 122 52 0 63 323 106 35
Binary 10110 1001000 1111101 1010010 101010 0 110011 11010011 1000110 11101

Color Harmonies of #16487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16487D

Black with #16487D

Text Example


Text Example

White with #16487D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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