Html Css Color HEX #16377D Dark Cerulean

📋 copy color: '#16377D'

red 22 ◦ green 55 ◦ blue 125

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

Shades of Dark Cerulean #16377D

Tints of Dark Cerulean #16377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.23%

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

R = 10.89%
G = 27.23%
B = 61.88%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#16377D (or 0x16377D) is known color: Dark Cerulean. HEX triplet: 16, 37 and 7D. RGB value is (22,55,125). Sum of RGB (Red+Green+Blue) = 22+55+125=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 125 (49.22% from 255 or 61.88% from 202); Max value from RGB is 125 - color contains mainly: blue. Hex color #16377D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16377D is #E9C882. Grayscale: #343434. Windows color (decimal): -15321219 or 8206102. OLE color: 8206102.

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

Color convert

RGB 22 55 125 -
CMYK 0.82 0.56 0 0.51
HSL 220.78º 0.7% 0.29% -
HSV(B) 220.78º 0.82% 0.49% -
XYZ 5.4 4.38 19.96 -
YUV 53.11 168.57 105.81 -
System Red Green Blue C M Y K H S L
Decimal 22 55 125 0.82 0.56 0 0.51 220.78 0.7 0.29
Hex 16 37 7D 52 38 0 33 DD 46 1D
Octal 26 67 175 122 70 0 63 335 106 35
Binary 10110 110111 1111101 1010010 111000 0 110011 11011101 1000110 11101

Color Harmonies of #16377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16377D

Black with #16377D

Text Example


Text Example

White with #16377D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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