Html Css Color HEX #163977 Dark Cerulean

📋 copy color: '#163977'

red 22 ◦ green 57 ◦ blue 119

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

Shades of Dark Cerulean #163977

Tints of Dark Cerulean #163977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 60.1%

R = 11.11%
G = 28.79%
B = 60.1%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#163977 (or 0x163977) is known color: Dark Cerulean. HEX triplet: 16, 39 and 77. RGB value is (22,57,119). Sum of RGB (Red+Green+Blue) = 22+57+119=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #163977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163977 is #E9C688. Grayscale: #353535. Windows color (decimal): -15320713 or 7813398. OLE color: 7813398.

HSL color Cylindrical-coordinate representation of color #163977: hue angle of 218.35º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #163977 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 22 57 119 -
CMYK 0.82 0.52 0 0.53
HSL 218.35º 0.69% 0.28% -
HSV(B) 218.35º 0.82% 0.47% -
XYZ 5.12 4.43 18.04 -
YUV 53.6 164.9 105.46 -
System Red Green Blue C M Y K H S L
Decimal 22 57 119 0.82 0.52 0 0.53 218.35 0.69 0.28
Hex 16 39 77 52 34 0 35 DA 45 1C
Octal 26 71 167 122 64 0 65 332 105 34
Binary 10110 111001 1110111 1010010 110100 0 110101 11011010 1000101 11100

Color Harmonies of #163977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163977

Black with #163977

Text Example


Text Example

White with #163977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163977; }

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

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

background-color css

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

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

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

border-color css

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

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

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