Html Css Color HEX #163366 Sapphire

📋 copy color: '#163366'

red 22 ◦ green 51 ◦ blue 102

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

Shades of Sapphire #163366

Tints of Sapphire #163366

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

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

R = 12.57%
G = 29.14%
B = 58.29%

CMYK

 C value IS 0.78

 M value IS 0.5

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#163366 (or 0x163366) is known color: Sapphire. HEX triplet: 16, 33 and 66. RGB value is (22,51,102). Sum of RGB (Red+Green+Blue) = 22+51+102=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #163366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163366 is #E9CC99. Grayscale: #2F2F2F. Windows color (decimal): -15322266 or 6697750. OLE color: 6697750.

HSL color Cylindrical-coordinate representation of color #163366: hue angle of 218.25º 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 #163366 is Cyan = 0.78, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 22 51 102 -
CMYK 0.78 0.5 0 0.6
HSL 218.25º 0.65% 0.24% -
HSV(B) 218.25º 0.78% 0.4% -
XYZ 3.91 3.5 13.04 -
YUV 48.14 158.39 109.35 -
System Red Green Blue C M Y K H S L
Decimal 22 51 102 0.78 0.5 0 0.6 218.25 0.65 0.24
Hex 16 33 66 4E 32 0 3C DA 41 18
Octal 26 63 146 116 62 0 74 332 101 30
Binary 10110 110011 1100110 1001110 110010 0 111100 11011010 1000001 11000

Color Harmonies of #163366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163366

Black with #163366

Text Example


Text Example

White with #163366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163366; }

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

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

background-color css

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

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

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

border-color css

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

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

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