Html Css Color HEX #051863 Sapphire

📋 copy color: '#051863'

red 5 ◦ green 24 ◦ blue 99

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

Shades of Sapphire #051863

Tints of Sapphire #051863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.75%

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

R = 3.91%
G = 18.75%
B = 77.34%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#051863 (or 0x051863) is known color: Sapphire. HEX triplet: 05, 18 and 63. RGB value is (5,24,99). Sum of RGB (Red+Green+Blue) = 5+24+99=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 99 (39.06% from 255 or 77.34% from 128); Max value from RGB is 99 - color contains mainly: blue. Hex color #051863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051863 is #FAE79C. Grayscale: #1A1A1A. Windows color (decimal): -16443293 or 6494213. OLE color: 6494213.

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

Color convert

RGB 5 24 99 -
CMYK 0.95 0.76 0 0.61
HSL 227.87º 0.9% 0.2% -
HSV(B) 227.87º 0.95% 0.39% -
XYZ 2.64 1.59 11.97 -
YUV 26.87 168.71 112.4 -
System Red Green Blue C M Y K H S L
Decimal 5 24 99 0.95 0.76 0 0.61 227.87 0.9 0.2
Hex 5 18 63 5F 4C 0 3D E4 5A 14
Octal 5 30 143 137 114 0 75 344 132 24
Binary 101 11000 1100011 1011111 1001100 0 111101 11100100 1011010 10100

Color Harmonies of #051863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051863

Black with #051863

Text Example


Text Example

White with #051863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051863; }

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

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

background-color css

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

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

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

border-color css

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

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

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