Html Css Color HEX #051570 Sapphire

📋 copy color: '#051570'

red 5 ◦ green 21 ◦ blue 112

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

Shades of Sapphire #051570

Tints of Sapphire #051570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.22%

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

R = 3.62%
G = 15.22%
B = 81.16%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#051570 (or 0x051570) is known color: Sapphire. HEX triplet: 05, 15 and 70. RGB value is (5,21,112). Sum of RGB (Red+Green+Blue) = 5+21+112=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 112 (44.14% from 255 or 81.16% from 138); Max value from RGB is 112 - color contains mainly: blue. Hex color #051570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051570 is #FAEA8F. Grayscale: #1A1A1A. Windows color (decimal): -16444048 or 7345413. OLE color: 7345413.

HSL color Cylindrical-coordinate representation of color #051570: hue angle of 231.03º 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 #051570 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 21 112 -
CMYK 0.96 0.81 0 0.56
HSL 231.03º 0.91% 0.23% -
HSV(B) 231.03º 0.96% 0.44% -
XYZ 3.26 1.74 15.49 -
YUV 26.59 176.2 112.6 -
System Red Green Blue C M Y K H S L
Decimal 5 21 112 0.96 0.81 0 0.56 231.03 0.91 0.23
Hex 5 15 70 60 51 0 38 E7 5B 17
Octal 5 25 160 140 121 0 70 347 133 27
Binary 101 10101 1110000 1100000 1010001 0 111000 11100111 1011011 10111

Color Harmonies of #051570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051570

Black with #051570

Text Example


Text Example

White with #051570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051570; }

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

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

background-color css

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

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

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

border-color css

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

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

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