Html Css Color HEX #163976 Dark Cerulean

📋 copy color: '#163976'

red 22 ◦ green 57 ◦ blue 118

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

Shades of Dark Cerulean #163976

Tints of Dark Cerulean #163976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.93%

 BLUE value IS 118 (46.48% from 255) = 59.9%

R = 11.17%
G = 28.93%
B = 59.9%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#163976 (or 0x163976) is known color: Dark Cerulean. HEX triplet: 16, 39 and 76. RGB value is (22,57,118). Sum of RGB (Red+Green+Blue) = 22+57+118=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #163976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163976 is #E9C689. Grayscale: #353535. Windows color (decimal): -15320714 or 7747862. OLE color: 7747862.

HSL color Cylindrical-coordinate representation of color #163976: hue angle of 218.12º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163976 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 57 118 -
CMYK 0.81 0.52 0 0.54
HSL 218.13º 0.69% 0.27% -
HSV(B) 218.13º 0.81% 0.46% -
XYZ 5.06 4.4 17.72 -
YUV 53.49 164.4 105.54 -
System Red Green Blue C M Y K H S L
Decimal 22 57 118 0.81 0.52 0 0.54 218.13 0.69 0.27
Hex 16 39 76 51 34 0 36 DA 45 1B
Octal 26 71 166 121 64 0 66 332 105 33
Binary 10110 111001 1110110 1010001 110100 0 110110 11011010 1000101 11011

Color Harmonies of #163976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163976

Black with #163976

Text Example


Text Example

White with #163976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163976; }

 p { color: rgb(22,57,118); }

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

background-color css

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

 a { background-color: rgb(22,57,118); }

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

border-color css

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

 span { border-color: rgb(22,57,118); }

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