Html Css Color HEX #163580 Dark Cerulean

📋 copy color: '#163580'

red 22 ◦ green 53 ◦ blue 128

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

Shades of Dark Cerulean #163580

Tints of Dark Cerulean #163580

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.11%

 BLUE value IS 128 (50.39% from 255) = 63.05%

R = 10.84%
G = 26.11%
B = 63.05%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#163580 (or 0x163580) is known color: Dark Cerulean. HEX triplet: 16, 35 and 80. RGB value is (22,53,128). Sum of RGB (Red+Green+Blue) = 22+53+128=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #163580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163580 is #E9CA7F. Grayscale: #333333. Windows color (decimal): -15321728 or 8402198. OLE color: 8402198.

HSL color Cylindrical-coordinate representation of color #163580: hue angle of 222.45º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #163580 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 22 53 128 -
CMYK 0.83 0.59 0 0.50
HSL 222.45º 0.71% 0.29% -
HSV(B) 222.45º 0.83% 0.5% -
XYZ 5.5 4.28 20.96 -
YUV 52.28 170.73 106.4 -
System Red Green Blue C M Y K H S L
Decimal 22 53 128 0.83 0.59 0 0.50 222.45 0.71 0.29
Hex 16 35 80 53 3B 0 32 DE 47 1D
Octal 26 65 200 123 73 0 62 336 107 35
Binary 10110 110101 10000000 1010011 111011 0 110010 11011110 1000111 11101

Color Harmonies of #163580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163580

Black with #163580

Text Example


Text Example

White with #163580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163580; }

 p { color: rgb(22,53,128); }

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

background-color css

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

 a { background-color: rgb(22,53,128); }

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

border-color css

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

 span { border-color: rgb(22,53,128); }

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