Html Css Color HEX #163367 Sapphire

📋 copy color: '#163367'

red 22 ◦ green 51 ◦ blue 103

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

Shades of Sapphire #163367

Tints of Sapphire #163367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 58.52%

R = 12.5%
G = 28.98%
B = 58.52%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#163367 (or 0x163367) is known color: Sapphire. HEX triplet: 16, 33 and 67. RGB value is (22,51,103). Sum of RGB (Red+Green+Blue) = 22+51+103=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 103 (40.62% from 255 or 58.52% from 176); Max value from RGB is 103 - color contains mainly: blue. Hex color #163367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163367 is #E9CC98. Grayscale: #303030. Windows color (decimal): -15322265 or 6763286. OLE color: 6763286.

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

Color convert

RGB 22 51 103 -
CMYK 0.79 0.50 0 0.60
HSL 218.52º 0.65% 0.25% -
HSV(B) 218.52º 0.79% 0.4% -
XYZ 3.96 3.52 13.3 -
YUV 48.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 22 51 103 0.79 0.50 0 0.60 218.52 0.65 0.25
Hex 16 33 67 4F 32 0 3C DB 41 19
Octal 26 63 147 117 62 0 74 333 101 31
Binary 10110 110011 1100111 1001111 110010 0 111100 11011011 1000001 11001

Color Harmonies of #163367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163367

Black with #163367

Text Example


Text Example

White with #163367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163367; }

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

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

background-color css

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

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

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

border-color css

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

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

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