Html Css Color HEX #163062 Sapphire

📋 copy color: '#163062'

red 22 ◦ green 48 ◦ blue 98

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

Shades of Sapphire #163062

Tints of Sapphire #163062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 58.33%

R = 13.1%
G = 28.57%
B = 58.33%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#163062 (or 0x163062) is known color: Sapphire. HEX triplet: 16, 30 and 62. RGB value is (22,48,98). Sum of RGB (Red+Green+Blue) = 22+48+98=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #163062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163062 is #E9CF9D. Grayscale: #2D2D2D. Windows color (decimal): -15323038 or 6434838. OLE color: 6434838.

HSL color Cylindrical-coordinate representation of color #163062: hue angle of 219.47º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163062 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 48 98 -
CMYK 0.78 0.51 0 0.62
HSL 219.47º 0.63% 0.24% -
HSV(B) 219.47º 0.78% 0.38% -
XYZ 3.59 3.17 11.98 -
YUV 45.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 22 48 98 0.78 0.51 0 0.62 219.47 0.63 0.24
Hex 16 30 62 4E 33 0 3E DB 3F 18
Octal 26 60 142 116 63 0 76 333 77 30
Binary 10110 110000 1100010 1001110 110011 0 111110 11011011 111111 11000

Color Harmonies of #163062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163062

Black with #163062

Text Example


Text Example

White with #163062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163062; }

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

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

background-color css

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

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

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

border-color css

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

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

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