Html Css Color HEX #051C59 Sapphire

📋 copy color: '#051C59'

red 5 ◦ green 28 ◦ blue 89

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

Shades of Sapphire #051C59

Tints of Sapphire #051C59

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.95%

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

R = 4.1%
G = 22.95%
B = 72.95%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#051C59 (or 0x051C59) is known color: Sapphire. HEX triplet: 05, 1C and 59. RGB value is (5,28,89). Sum of RGB (Red+Green+Blue) = 5+28+89=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 89 (35.16% from 255 or 72.95% from 122); Max value from RGB is 89 - color contains mainly: blue. Hex color #051C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C59 is #FAE3A6. Grayscale: #1B1B1B. Windows color (decimal): -16442279 or 5839877. OLE color: 5839877.

HSL color Cylindrical-coordinate representation of color #051C59: hue angle of 223.57º 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 #051C59 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 28 89 -
CMYK 0.94 0.69 0 0.65
HSL 223.57º 0.89% 0.18% -
HSV(B) 223.57º 0.94% 0.35% -
XYZ 2.28 1.58 9.64 -
YUV 28.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 5 28 89 0.94 0.69 0 0.65 223.57 0.89 0.18
Hex 5 1C 59 5E 45 0 41 E0 59 12
Octal 5 34 131 136 105 0 101 340 131 22
Binary 101 11100 1011001 1011110 1000101 0 1000001 11100000 1011001 10010

Color Harmonies of #051C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051C59

Black with #051C59

Text Example


Text Example

White with #051C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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