Html Css Color HEX #163081 Sapphire

📋 copy color: '#163081'

red 22 ◦ green 48 ◦ blue 129

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

Shades of Sapphire #163081

Tints of Sapphire #163081

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.12%

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

R = 11.06%
G = 24.12%
B = 64.82%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#163081 (or 0x163081) is known color: Sapphire. HEX triplet: 16, 30 and 81. RGB value is (22,48,129). Sum of RGB (Red+Green+Blue) = 22+48+129=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 129 (50.78% from 255 or 64.82% from 199); Max value from RGB is 129 - color contains mainly: blue. Hex color #163081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163081 is #E9CF7E. Grayscale: #313131. Windows color (decimal): -15323007 or 8466454. OLE color: 8466454.

HSL color Cylindrical-coordinate representation of color #163081: hue angle of 225.42º 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 #163081 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 22 48 129 -
CMYK 0.83 0.63 0 0.49
HSL 225.42º 0.71% 0.3% -
HSV(B) 225.42º 0.83% 0.51% -
XYZ 5.35 3.87 21.23 -
YUV 49.46 172.89 108.41 -
System Red Green Blue C M Y K H S L
Decimal 22 48 129 0.83 0.63 0 0.49 225.42 0.71 0.3
Hex 16 30 81 53 3F 0 31 E1 47 1E
Octal 26 60 201 123 77 0 61 341 107 36
Binary 10110 110000 10000001 1010011 111111 0 110001 11100001 1000111 11110

Color Harmonies of #163081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163081

Black with #163081

Text Example


Text Example

White with #163081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163081; }

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

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

background-color css

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

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

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

border-color css

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

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

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