Html Css Color HEX #163073 Sapphire

📋 copy color: '#163073'

red 22 ◦ green 48 ◦ blue 115

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

Shades of Sapphire #163073

Tints of Sapphire #163073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 62.16%

R = 11.89%
G = 25.95%
B = 62.16%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#163073 (or 0x163073) is known color: Sapphire. HEX triplet: 16, 30 and 73. RGB value is (22,48,115). Sum of RGB (Red+Green+Blue) = 22+48+115=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #163073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163073 is #E9CF8C. Grayscale: #2F2F2F. Windows color (decimal): -15323021 or 7548950. OLE color: 7548950.

HSL color Cylindrical-coordinate representation of color #163073: hue angle of 223.23º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163073 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 48 115 -
CMYK 0.81 0.58 0 0.55
HSL 223.23º 0.68% 0.27% -
HSV(B) 223.23º 0.81% 0.45% -
XYZ 4.48 3.52 16.66 -
YUV 47.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 22 48 115 0.81 0.58 0 0.55 223.23 0.68 0.27
Hex 16 30 73 51 3A 0 37 DF 44 1B
Octal 26 60 163 121 72 0 67 337 104 33
Binary 10110 110000 1110011 1010001 111010 0 110111 11011111 1000100 11011

Color Harmonies of #163073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163073

Black with #163073

Text Example


Text Example

White with #163073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163073; }

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

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

background-color css

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

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

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

border-color css

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

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

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