Html Css Color HEX #051B79 Sapphire

📋 copy color: '#051B79'

red 5 ◦ green 27 ◦ blue 121

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

Shades of Sapphire #051B79

Tints of Sapphire #051B79

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.65%

 BLUE value IS 121 (47.66% from 255) = 79.08%

R = 3.27%
G = 17.65%
B = 79.08%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#051B79 (or 0x051B79) is known color: Sapphire. HEX triplet: 05, 1B and 79. RGB value is (5,27,121). Sum of RGB (Red+Green+Blue) = 5+27+121=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 121 (47.66% from 255 or 79.08% from 153); Max value from RGB is 121 - color contains mainly: blue. Hex color #051B79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B79 is #FAE486. Grayscale: #1E1E1E. Windows color (decimal): -16442503 or 7936773. OLE color: 7936773.

HSL color Cylindrical-coordinate representation of color #051B79: hue angle of 228.62º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051B79 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 27 121 -
CMYK 0.96 0.78 0 0.53
HSL 228.62º 0.92% 0.25% -
HSV(B) 228.62º 0.96% 0.47% -
XYZ 3.91 2.2 18.31 -
YUV 31.14 178.71 109.36 -
System Red Green Blue C M Y K H S L
Decimal 5 27 121 0.96 0.78 0 0.53 228.62 0.92 0.25
Hex 5 1B 79 60 4E 0 35 E5 5C 19
Octal 5 33 171 140 116 0 65 345 134 31
Binary 101 11011 1111001 1100000 1001110 0 110101 11100101 1011100 11001

Color Harmonies of #051B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051B79

Black with #051B79

Text Example


Text Example

White with #051B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,27,121); }

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

background-color css

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

 a { background-color: rgb(5,27,121); }

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

border-color css

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

 span { border-color: rgb(5,27,121); }

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