Html Css Color HEX #163A86 Dark Cerulean

📋 copy color: '#163A86'

red 22 ◦ green 58 ◦ blue 134

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

Shades of Dark Cerulean #163A86

Tints of Dark Cerulean #163A86

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.1%

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

R = 10.28%
G = 27.1%
B = 62.62%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#163A86 (or 0x163A86) is known color: Dark Cerulean. HEX triplet: 16, 3A and 86. RGB value is (22,58,134). Sum of RGB (Red+Green+Blue) = 22+58+134=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 134 (52.73% from 255 or 62.62% from 214); Max value from RGB is 134 - color contains mainly: blue. Hex color #163A86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163A86 is #E9C579. Grayscale: #373737. Windows color (decimal): -15320442 or 8796694. OLE color: 8796694.

HSL color Cylindrical-coordinate representation of color #163A86: hue angle of 220.71º 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 #163A86 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 22 58 134 -
CMYK 0.84 0.57 0 0.47
HSL 220.71º 0.72% 0.31% -
HSV(B) 220.71º 0.84% 0.53% -
XYZ 6.15 4.92 23.18 -
YUV 55.9 172.07 103.82 -
System Red Green Blue C M Y K H S L
Decimal 22 58 134 0.84 0.57 0 0.47 220.71 0.72 0.31
Hex 16 3A 86 54 39 0 2F DD 48 1F
Octal 26 72 206 124 71 0 57 335 110 37
Binary 10110 111010 10000110 1010100 111001 0 101111 11011101 1001000 11111

Color Harmonies of #163A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163A86

Black with #163A86

Text Example


Text Example

White with #163A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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