Html Css Color HEX #163369 Sapphire

📋 copy color: '#163369'

red 22 ◦ green 51 ◦ blue 105

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

Shades of Sapphire #163369

Tints of Sapphire #163369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 58.99%

R = 12.36%
G = 28.65%
B = 58.99%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#163369 (or 0x163369) is known color: Sapphire. HEX triplet: 16, 33 and 69. RGB value is (22,51,105). Sum of RGB (Red+Green+Blue) = 22+51+105=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #163369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163369 is #E9CC96. Grayscale: #303030. Windows color (decimal): -15322263 or 6894358. OLE color: 6894358.

HSL color Cylindrical-coordinate representation of color #163369: hue angle of 219.04º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #163369 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 22 51 105 -
CMYK 0.79 0.51 0 0.59
HSL 219.04º 0.65% 0.25% -
HSV(B) 219.04º 0.79% 0.41% -
XYZ 4.06 3.56 13.84 -
YUV 48.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 22 51 105 0.79 0.51 0 0.59 219.04 0.65 0.25
Hex 16 33 69 4F 33 0 3B DB 41 19
Octal 26 63 151 117 63 0 73 333 101 31
Binary 10110 110011 1101001 1001111 110011 0 111011 11011011 1000001 11001

Color Harmonies of #163369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163369

Black with #163369

Text Example


Text Example

White with #163369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163369; }

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

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

background-color css

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

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

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

border-color css

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

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

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