Html Css Color HEX #163777 Dark Cerulean

📋 copy color: '#163777'

red 22 ◦ green 55 ◦ blue 119

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

Shades of Dark Cerulean #163777

Tints of Dark Cerulean #163777

RGB

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

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

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

R = 11.22%
G = 28.06%
B = 60.71%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#163777 (or 0x163777) is known color: Dark Cerulean. HEX triplet: 16, 37 and 77. RGB value is (22,55,119). Sum of RGB (Red+Green+Blue) = 22+55+119=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #163777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163777 is #E9C888. Grayscale: #343434. Windows color (decimal): -15321225 or 7812886. OLE color: 7812886.

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

Color convert

RGB 22 55 119 -
CMYK 0.82 0.54 0 0.53
HSL 219.59º 0.69% 0.28% -
HSV(B) 219.59º 0.82% 0.47% -
XYZ 5.03 4.23 18.01 -
YUV 52.43 165.57 106.3 -
System Red Green Blue C M Y K H S L
Decimal 22 55 119 0.82 0.54 0 0.53 219.59 0.69 0.28
Hex 16 37 77 52 36 0 35 DC 45 1C
Octal 26 67 167 122 66 0 65 334 105 34
Binary 10110 110111 1110111 1010010 110110 0 110101 11011100 1000101 11100

Color Harmonies of #163777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163777

Black with #163777

Text Example


Text Example

White with #163777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163777; }

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

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

background-color css

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

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

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

border-color css

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

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

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