Html Css Color HEX #163066 Sapphire

📋 copy color: '#163066'

red 22 ◦ green 48 ◦ blue 102

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

Shades of Sapphire #163066

Tints of Sapphire #163066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 59.3%

R = 12.79%
G = 27.91%
B = 59.3%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#163066 (or 0x163066) is known color: Sapphire. HEX triplet: 16, 30 and 66. RGB value is (22,48,102). Sum of RGB (Red+Green+Blue) = 22+48+102=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #163066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163066 is #E9CF99. Grayscale: #2E2E2E. Windows color (decimal): -15323034 or 6696982. OLE color: 6696982.

HSL color Cylindrical-coordinate representation of color #163066: hue angle of 220.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163066 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 22 48 102 -
CMYK 0.78 0.53 0 0.6
HSL 220.5º 0.65% 0.24% -
HSV(B) 220.5º 0.78% 0.4% -
XYZ 3.79 3.24 13 -
YUV 46.38 159.39 110.61 -
System Red Green Blue C M Y K H S L
Decimal 22 48 102 0.78 0.53 0 0.6 220.5 0.65 0.24
Hex 16 30 66 4E 35 0 3C DC 41 18
Octal 26 60 146 116 65 0 74 334 101 30
Binary 10110 110000 1100110 1001110 110101 0 111100 11011100 1000001 11000

Color Harmonies of #163066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163066

Black with #163066

Text Example


Text Example

White with #163066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163066; }

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

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

background-color css

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

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

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

border-color css

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

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

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