Html Css Color HEX #051B76 Sapphire

📋 copy color: '#051B76'

red 5 ◦ green 27 ◦ blue 118

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

Shades of Sapphire #051B76

Tints of Sapphire #051B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 78.67%

R = 3.33%
G = 18%
B = 78.67%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#051B76 (or 0x051B76) is known color: Sapphire. HEX triplet: 05, 1B and 76. RGB value is (5,27,118). Sum of RGB (Red+Green+Blue) = 5+27+118=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 118 (46.48% from 255 or 78.67% from 150); Max value from RGB is 118 - color contains mainly: blue. Hex color #051B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B76 is #FAE489. Grayscale: #1E1E1E. Windows color (decimal): -16442506 or 7740165. OLE color: 7740165.

HSL color Cylindrical-coordinate representation of color #051B76: hue angle of 228.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051B76 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 27 118 -
CMYK 0.96 0.77 0 0.54
HSL 228.32º 0.92% 0.24% -
HSV(B) 228.32º 0.96% 0.46% -
XYZ 3.72 2.12 17.35 -
YUV 30.8 177.21 109.6 -
System Red Green Blue C M Y K H S L
Decimal 5 27 118 0.96 0.77 0 0.54 228.32 0.92 0.24
Hex 5 1B 76 60 4D 0 36 E4 5C 18
Octal 5 33 166 140 115 0 66 344 134 30
Binary 101 11011 1110110 1100000 1001101 0 110110 11100100 1011100 11000

Color Harmonies of #051B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051B76

Black with #051B76

Text Example


Text Example

White with #051B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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