Html Css Color HEX #051D59 Sapphire

📋 copy color: '#051D59'

red 5 ◦ green 29 ◦ blue 89

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

Shades of Sapphire #051D59

Tints of Sapphire #051D59

RGB

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

 GREEN value IS 29 (11.72% from 255) = 23.58%

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

R = 4.07%
G = 23.58%
B = 72.36%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#051D59 (or 0x051D59) is known color: Sapphire. HEX triplet: 05, 1D and 59. RGB value is (5,29,89). Sum of RGB (Red+Green+Blue) = 5+29+89=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 89 (35.16% from 255 or 72.36% from 123); Max value from RGB is 89 - color contains mainly: blue. Hex color #051D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051D59 is #FAE2A6. Grayscale: #1C1C1C. Windows color (decimal): -16442023 or 5840133. OLE color: 5840133.

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

Color convert

RGB 5 29 89 -
CMYK 0.94 0.67 0 0.65
HSL 222.86º 0.89% 0.18% -
HSV(B) 222.86º 0.94% 0.35% -
XYZ 2.31 1.63 9.64 -
YUV 28.66 162.05 111.12 -
System Red Green Blue C M Y K H S L
Decimal 5 29 89 0.94 0.67 0 0.65 222.86 0.89 0.18
Hex 5 1D 59 5E 43 0 41 DF 59 12
Octal 5 35 131 136 103 0 101 337 131 22
Binary 101 11101 1011001 1011110 1000011 0 1000001 11011111 1011001 10010

Color Harmonies of #051D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051D59

Black with #051D59

Text Example


Text Example

White with #051D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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