Html Css Color HEX #163585 Dark Cerulean

📋 copy color: '#163585'

red 22 ◦ green 53 ◦ blue 133

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

Shades of Dark Cerulean #163585

Tints of Dark Cerulean #163585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 63.94%

R = 10.58%
G = 25.48%
B = 63.94%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#163585 (or 0x163585) is known color: Dark Cerulean. HEX triplet: 16, 35 and 85. RGB value is (22,53,133). Sum of RGB (Red+Green+Blue) = 22+53+133=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 133 (52.34% from 255 or 63.94% from 208); Max value from RGB is 133 - color contains mainly: blue. Hex color #163585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163585 is #E9CA7A. Grayscale: #343434. Windows color (decimal): -15321723 or 8729878. OLE color: 8729878.

HSL color Cylindrical-coordinate representation of color #163585: hue angle of 223.24º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #163585 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 22 53 133 -
CMYK 0.83 0.60 0 0.48
HSL 223.24º 0.72% 0.3% -
HSV(B) 223.24º 0.83% 0.52% -
XYZ 5.84 4.41 22.73 -
YUV 52.85 173.23 106 -
System Red Green Blue C M Y K H S L
Decimal 22 53 133 0.83 0.60 0 0.48 223.24 0.72 0.3
Hex 16 35 85 53 3C 0 30 DF 48 1E
Octal 26 65 205 123 74 0 60 337 110 36
Binary 10110 110101 10000101 1010011 111100 0 110000 11011111 1001000 11110

Color Harmonies of #163585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163585

Black with #163585

Text Example


Text Example

White with #163585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163585; }

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

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

background-color css

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

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

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

border-color css

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

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

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