Html Css Color HEX #163B79 Dark Cerulean

📋 copy color: '#163B79'

red 22 ◦ green 59 ◦ blue 121

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

Shades of Dark Cerulean #163B79

Tints of Dark Cerulean #163B79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 59.9%

R = 10.89%
G = 29.21%
B = 59.9%

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

#163B79 (or 0x163B79) is known color: Dark Cerulean. HEX triplet: 16, 3B and 79. RGB value is (22,59,121). Sum of RGB (Red+Green+Blue) = 22+59+121=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #163B79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B79 is #E9C486. Grayscale: #363636. Windows color (decimal): -15320199 or 7944982. OLE color: 7944982.

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

Color convert

RGB 22 59 121 -
CMYK 0.82 0.51 0 0.53
HSL 217.58º 0.69% 0.28% -
HSV(B) 217.58º 0.82% 0.47% -
XYZ 5.35 4.68 18.71 -
YUV 55.01 165.24 104.46 -
System Red Green Blue C M Y K H S L
Decimal 22 59 121 0.82 0.51 0 0.53 217.58 0.69 0.28
Hex 16 3B 79 52 33 0 35 DA 45 1C
Octal 26 73 171 122 63 0 65 332 105 34
Binary 10110 111011 1111001 1010010 110011 0 110101 11011010 1000101 11100

Color Harmonies of #163B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163B79

Black with #163B79

Text Example


Text Example

White with #163B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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