Html Css Color HEX #163B78 Dark Cerulean

📋 copy color: '#163B78'

red 22 ◦ green 59 ◦ blue 120

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

Shades of Dark Cerulean #163B78

Tints of Dark Cerulean #163B78

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.35%

 BLUE value IS 120 (47.27% from 255) = 59.7%

R = 10.95%
G = 29.35%
B = 59.7%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#163B78 (or 0x163B78) is known color: Dark Cerulean. HEX triplet: 16, 3B and 78. RGB value is (22,59,120). Sum of RGB (Red+Green+Blue) = 22+59+120=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #163B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B78 is #E9C487. Grayscale: #363636. Windows color (decimal): -15320200 or 7879446. OLE color: 7879446.

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

Color convert

RGB 22 59 120 -
CMYK 0.82 0.51 0 0.53
HSL 217.35º 0.69% 0.28% -
HSV(B) 217.35º 0.82% 0.47% -
XYZ 5.29 4.65 18.39 -
YUV 54.89 164.74 104.54 -
System Red Green Blue C M Y K H S L
Decimal 22 59 120 0.82 0.51 0 0.53 217.35 0.69 0.28
Hex 16 3B 78 52 33 0 35 D9 45 1C
Octal 26 73 170 122 63 0 65 331 105 34
Binary 10110 111011 1111000 1010010 110011 0 110101 11011001 1000101 11100

Color Harmonies of #163B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163B78

Black with #163B78

Text Example


Text Example

White with #163B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,59,120); }

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

background-color css

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

 a { background-color: rgb(22,59,120); }

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

border-color css

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

 span { border-color: rgb(22,59,120); }

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