Html Css Color HEX #163877 Dark Cerulean

📋 copy color: '#163877'

red 22 ◦ green 56 ◦ blue 119

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

Shades of Dark Cerulean #163877

Tints of Dark Cerulean #163877

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.43%

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

R = 11.17%
G = 28.43%
B = 60.41%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#163877 (or 0x163877) is known color: Dark Cerulean. HEX triplet: 16, 38 and 77. RGB value is (22,56,119). Sum of RGB (Red+Green+Blue) = 22+56+119=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #163877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163877 is #E9C788. Grayscale: #343434. Windows color (decimal): -15320969 or 7813142. OLE color: 7813142.

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

Color convert

RGB 22 56 119 -
CMYK 0.82 0.53 0 0.53
HSL 218.97º 0.69% 0.28% -
HSV(B) 218.97º 0.82% 0.47% -
XYZ 5.07 4.33 18.02 -
YUV 53.02 165.24 105.88 -
System Red Green Blue C M Y K H S L
Decimal 22 56 119 0.82 0.53 0 0.53 218.97 0.69 0.28
Hex 16 38 77 52 35 0 35 DB 45 1C
Octal 26 70 167 122 65 0 65 333 105 34
Binary 10110 111000 1110111 1010010 110101 0 110101 11011011 1000101 11100

Color Harmonies of #163877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163877

Black with #163877

Text Example


Text Example

White with #163877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163877; }

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

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

background-color css

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

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

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

border-color css

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

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

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