Html Css Color HEX #163C77 Dark Cerulean

📋 copy color: '#163C77'

red 22 ◦ green 60 ◦ blue 119

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

Shades of Dark Cerulean #163C77

Tints of Dark Cerulean #163C77

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.85%

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

R = 10.95%
G = 29.85%
B = 59.2%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#163C77 (or 0x163C77) is known color: Dark Cerulean. HEX triplet: 16, 3C and 77. RGB value is (22,60,119). Sum of RGB (Red+Green+Blue) = 22+60+119=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #163C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C77 is #E9C388. Grayscale: #373737. Windows color (decimal): -15319945 or 7814166. OLE color: 7814166.

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

Color convert

RGB 22 60 119 -
CMYK 0.82 0.50 0 0.53
HSL 216.49º 0.69% 0.28% -
HSV(B) 216.49º 0.82% 0.47% -
XYZ 5.28 4.73 18.09 -
YUV 55.36 163.91 104.2 -
System Red Green Blue C M Y K H S L
Decimal 22 60 119 0.82 0.50 0 0.53 216.49 0.69 0.28
Hex 16 3C 77 52 32 0 35 D8 45 1C
Octal 26 74 167 122 62 0 65 330 105 34
Binary 10110 111100 1110111 1010010 110010 0 110101 11011000 1000101 11100

Color Harmonies of #163C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163C77

Black with #163C77

Text Example


Text Example

White with #163C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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