Html Css Color HEX #051B70 Sapphire

📋 copy color: '#051B70'

red 5 ◦ green 27 ◦ blue 112

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

Shades of Sapphire #051B70

Tints of Sapphire #051B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 77.78%

R = 3.47%
G = 18.75%
B = 77.78%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#051B70 (or 0x051B70) is known color: Sapphire. HEX triplet: 05, 1B and 70. RGB value is (5,27,112). Sum of RGB (Red+Green+Blue) = 5+27+112=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 112 (44.14% from 255 or 77.78% from 144); Max value from RGB is 112 - color contains mainly: blue. Hex color #051B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B70 is #FAE48F. Grayscale: #1D1D1D. Windows color (decimal): -16442512 or 7346949. OLE color: 7346949.

HSL color Cylindrical-coordinate representation of color #051B70: hue angle of 227.66º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051B70 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 27 112 -
CMYK 0.96 0.76 0 0.56
HSL 227.66º 0.91% 0.23% -
HSV(B) 227.66º 0.96% 0.44% -
XYZ 3.38 1.99 15.53 -
YUV 30.11 174.21 110.09 -
System Red Green Blue C M Y K H S L
Decimal 5 27 112 0.96 0.76 0 0.56 227.66 0.91 0.23
Hex 5 1B 70 60 4C 0 38 E4 5B 17
Octal 5 33 160 140 114 0 70 344 133 27
Binary 101 11011 1110000 1100000 1001100 0 111000 11100100 1011011 10111

Color Harmonies of #051B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051B70

Black with #051B70

Text Example


Text Example

White with #051B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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