Html Css Color HEX #163B86 Dark Cerulean

📋 copy color: '#163B86'

red 22 ◦ green 59 ◦ blue 134

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

Shades of Dark Cerulean #163B86

Tints of Dark Cerulean #163B86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 62.33%

R = 10.23%
G = 27.44%
B = 62.33%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#163B86 (or 0x163B86) is known color: Dark Cerulean. HEX triplet: 16, 3B and 86. RGB value is (22,59,134). Sum of RGB (Red+Green+Blue) = 22+59+134=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 134 (52.73% from 255 or 62.33% from 215); Max value from RGB is 134 - color contains mainly: blue. Hex color #163B86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163B86 is #E9C479. Grayscale: #383838. Windows color (decimal): -15320186 or 8796950. OLE color: 8796950.

HSL color Cylindrical-coordinate representation of color #163B86: hue angle of 220.18º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #163B86 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 22 59 134 -
CMYK 0.84 0.56 0 0.47
HSL 220.18º 0.72% 0.31% -
HSV(B) 220.18º 0.84% 0.53% -
XYZ 6.2 5.02 23.2 -
YUV 56.49 171.74 103.4 -
System Red Green Blue C M Y K H S L
Decimal 22 59 134 0.84 0.56 0 0.47 220.18 0.72 0.31
Hex 16 3B 86 54 38 0 2F DC 48 1F
Octal 26 73 206 124 70 0 57 334 110 37
Binary 10110 111011 10000110 1010100 111000 0 101111 11011100 1001000 11111

Color Harmonies of #163B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163B86

Black with #163B86

Text Example


Text Example

White with #163B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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