Html Css Color HEX #051259 Sapphire

📋 copy color: '#051259'

red 5 ◦ green 18 ◦ blue 89

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

Shades of Sapphire #051259

Tints of Sapphire #051259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.07%

 BLUE value IS 89 (35.16% from 255) = 79.46%

R = 4.46%
G = 16.07%
B = 79.46%

CMYK

 C value IS 0.94

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#051259 (or 0x051259) is known color: Sapphire. HEX triplet: 05, 12 and 59. RGB value is (5,18,89). Sum of RGB (Red+Green+Blue) = 5+18+89=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 89 (35.16% from 255 or 79.46% from 112); Max value from RGB is 89 - color contains mainly: blue. Hex color #051259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051259 is #FAEDA6. Grayscale: #151515. Windows color (decimal): -16444839 or 5837317. OLE color: 5837317.

HSL color Cylindrical-coordinate representation of color #051259: hue angle of 230.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051259 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 18 89 -
CMYK 0.94 0.80 0 0.65
HSL 230.71º 0.89% 0.18% -
HSV(B) 230.71º 0.94% 0.35% -
XYZ 2.08 1.19 9.57 -
YUV 22.21 165.69 115.73 -
System Red Green Blue C M Y K H S L
Decimal 5 18 89 0.94 0.80 0 0.65 230.71 0.89 0.18
Hex 5 12 59 5E 50 0 41 E7 59 12
Octal 5 22 131 136 120 0 101 347 131 22
Binary 101 10010 1011001 1011110 1010000 0 1000001 11100111 1011001 10010

Color Harmonies of #051259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051259

Black with #051259

Text Example


Text Example

White with #051259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051259; }

 p { color: rgb(5,18,89); }

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

background-color css

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

 a { background-color: rgb(5,18,89); }

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

border-color css

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

 span { border-color: rgb(5,18,89); }

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