Html Css Color HEX #051063 Sapphire

📋 copy color: '#051063'

red 5 ◦ green 16 ◦ blue 99

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

Shades of Sapphire #051063

Tints of Sapphire #051063

RGB

 RED value IS 5 (2.34% from 255) = 4.17%

 GREEN value IS 16 (6.64% from 255) = 13.33%

 BLUE value IS 99 (39.06% from 255) = 82.5%

R = 4.17%
G = 13.33%
B = 82.5%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#051063 (or 0x051063) is known color: Sapphire. HEX triplet: 05, 10 and 63. RGB value is (5,16,99). Sum of RGB (Red+Green+Blue) = 5+16+99=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 99 (39.06% from 255 or 82.5% from 120); Max value from RGB is 99 - color contains mainly: blue. Hex color #051063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051063 is #FAEF9C. Grayscale: #151515. Windows color (decimal): -16445341 or 6492165. OLE color: 6492165.

HSL color Cylindrical-coordinate representation of color #051063: hue angle of 232.98º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051063 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 16 99 -
CMYK 0.95 0.84 0 0.61
HSL 232.98º 0.9% 0.2% -
HSV(B) 232.98º 0.95% 0.39% -
XYZ 2.5 1.3 11.92 -
YUV 22.17 171.36 115.75 -
System Red Green Blue C M Y K H S L
Decimal 5 16 99 0.95 0.84 0 0.61 232.98 0.9 0.2
Hex 5 10 63 5F 54 0 3D E9 5A 14
Octal 5 20 143 137 124 0 75 351 132 24
Binary 101 10000 1100011 1011111 1010100 0 111101 11101001 1011010 10100

Color Harmonies of #051063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051063

Black with #051063

Text Example


Text Example

White with #051063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051063; }

 p { color: rgb(5,16,99); }

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

background-color css

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

 a { background-color: rgb(5,16,99); }

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

border-color css

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

 span { border-color: rgb(5,16,99); }

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