Html Css Color HEX #051663 Sapphire

📋 copy color: '#051663'

red 5 ◦ green 22 ◦ blue 99

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

Shades of Sapphire #051663

Tints of Sapphire #051663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.46%

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

R = 3.97%
G = 17.46%
B = 78.57%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#051663 (or 0x051663) is known color: Sapphire. HEX triplet: 05, 16 and 63. RGB value is (5,22,99). Sum of RGB (Red+Green+Blue) = 5+22+99=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 99 (39.06% from 255 or 78.57% from 126); Max value from RGB is 99 - color contains mainly: blue. Hex color #051663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051663 is #FAE99C. Grayscale: #191919. Windows color (decimal): -16443805 or 6493701. OLE color: 6493701.

HSL color Cylindrical-coordinate representation of color #051663: hue angle of 229.15º 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 #051663 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 22 99 -
CMYK 0.95 0.78 0 0.61
HSL 229.15º 0.9% 0.2% -
HSV(B) 229.15º 0.95% 0.39% -
XYZ 2.6 1.51 11.96 -
YUV 25.7 169.37 113.24 -
System Red Green Blue C M Y K H S L
Decimal 5 22 99 0.95 0.78 0 0.61 229.15 0.9 0.2
Hex 5 16 63 5F 4E 0 3D E5 5A 14
Octal 5 26 143 137 116 0 75 345 132 24
Binary 101 10110 1100011 1011111 1001110 0 111101 11100101 1011010 10100

Color Harmonies of #051663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051663

Black with #051663

Text Example


Text Example

White with #051663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051663; }

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

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

background-color css

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

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

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

border-color css

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

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

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