Html Css Color HEX #163075 Sapphire

📋 copy color: '#163075'

red 22 ◦ green 48 ◦ blue 117

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

Shades of Sapphire #163075

Tints of Sapphire #163075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 62.57%

R = 11.76%
G = 25.67%
B = 62.57%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#163075 (or 0x163075) is known color: Sapphire. HEX triplet: 16, 30 and 75. RGB value is (22,48,117). Sum of RGB (Red+Green+Blue) = 22+48+117=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #163075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163075 is #E9CF8A. Grayscale: #2F2F2F. Windows color (decimal): -15323019 or 7680022. OLE color: 7680022.

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

Color convert

RGB 22 48 117 -
CMYK 0.81 0.59 0 0.54
HSL 223.58º 0.68% 0.27% -
HSV(B) 223.58º 0.81% 0.46% -
XYZ 4.6 3.57 17.28 -
YUV 48.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 22 48 117 0.81 0.59 0 0.54 223.58 0.68 0.27
Hex 16 30 75 51 3B 0 36 E0 44 1B
Octal 26 60 165 121 73 0 66 340 104 33
Binary 10110 110000 1110101 1010001 111011 0 110110 11100000 1000100 11011

Color Harmonies of #163075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163075

Black with #163075

Text Example


Text Example

White with #163075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163075; }

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

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

background-color css

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

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

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

border-color css

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

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

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