Html Css Color HEX #051B50 Sapphire

📋 copy color: '#051B50'

red 5 ◦ green 27 ◦ blue 80

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

Shades of Sapphire #051B50

Tints of Sapphire #051B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 71.43%

R = 4.46%
G = 24.11%
B = 71.43%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#051B50 (or 0x051B50) is known color: Sapphire. HEX triplet: 05, 1B and 50. RGB value is (5,27,80). Sum of RGB (Red+Green+Blue) = 5+27+80=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 80 (31.64% from 255 or 71.43% from 112); Max value from RGB is 80 - color contains mainly: blue. Hex color #051B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B50 is #FAE4AF. Grayscale: #1A1A1A. Windows color (decimal): -16442544 or 5249797. OLE color: 5249797.

HSL color Cylindrical-coordinate representation of color #051B50: hue angle of 222.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051B50 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 27 80 -
CMYK 0.94 0.66 0 0.69
HSL 222.4º 0.88% 0.17% -
HSV(B) 222.4º 0.94% 0.31% -
XYZ 1.9 1.4 7.76 -
YUV 26.46 158.21 112.69 -
System Red Green Blue C M Y K H S L
Decimal 5 27 80 0.94 0.66 0 0.69 222.4 0.88 0.17
Hex 5 1B 50 5E 42 0 45 DE 58 11
Octal 5 33 120 136 102 0 105 336 130 21
Binary 101 11011 1010000 1011110 1000010 0 1000101 11011110 1011000 10001

Color Harmonies of #051B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051B50

Black with #051B50

Text Example


Text Example

White with #051B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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