Html Css Color HEX #163481 Dark Cerulean

📋 copy color: '#163481'

red 22 ◦ green 52 ◦ blue 129

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

Shades of Dark Cerulean #163481

Tints of Dark Cerulean #163481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.62%

 BLUE value IS 129 (50.78% from 255) = 63.55%

R = 10.84%
G = 25.62%
B = 63.55%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#163481 (or 0x163481) is known color: Dark Cerulean. HEX triplet: 16, 34 and 81. RGB value is (22,52,129). Sum of RGB (Red+Green+Blue) = 22+52+129=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 129 (50.78% from 255 or 63.55% from 203); Max value from RGB is 129 - color contains mainly: blue. Hex color #163481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163481 is #E9CB7E. Grayscale: #333333. Windows color (decimal): -15321983 or 8467478. OLE color: 8467478.

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

Color convert

RGB 22 52 129 -
CMYK 0.83 0.60 0 0.49
HSL 223.18º 0.71% 0.3% -
HSV(B) 223.18º 0.83% 0.51% -
XYZ 5.52 4.21 21.29 -
YUV 51.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 22 52 129 0.83 0.60 0 0.49 223.18 0.71 0.3
Hex 16 34 81 53 3C 0 31 DF 47 1E
Octal 26 64 201 123 74 0 61 337 107 36
Binary 10110 110100 10000001 1010011 111100 0 110001 11011111 1000111 11110

Color Harmonies of #163481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163481

Black with #163481

Text Example


Text Example

White with #163481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163481; }

 p { color: rgb(22,52,129); }

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

background-color css

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

 a { background-color: rgb(22,52,129); }

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

border-color css

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

 span { border-color: rgb(22,52,129); }

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