Html Css Color HEX #051870 Sapphire

📋 copy color: '#051870'

red 5 ◦ green 24 ◦ blue 112

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

Shades of Sapphire #051870

Tints of Sapphire #051870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.02%

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

R = 3.55%
G = 17.02%
B = 79.43%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#051870 (or 0x051870) is known color: Sapphire. HEX triplet: 05, 18 and 70. RGB value is (5,24,112). Sum of RGB (Red+Green+Blue) = 5+24+112=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 112 (44.14% from 255 or 79.43% from 141); Max value from RGB is 112 - color contains mainly: blue. Hex color #051870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051870 is #FAE78F. Grayscale: #1B1B1B. Windows color (decimal): -16443280 or 7346181. OLE color: 7346181.

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

Color convert

RGB 5 24 112 -
CMYK 0.96 0.79 0 0.56
HSL 229.35º 0.91% 0.23% -
HSV(B) 229.35º 0.96% 0.44% -
XYZ 3.31 1.86 15.51 -
YUV 28.35 175.21 111.34 -
System Red Green Blue C M Y K H S L
Decimal 5 24 112 0.96 0.79 0 0.56 229.35 0.91 0.23
Hex 5 18 70 60 4F 0 38 E5 5B 17
Octal 5 30 160 140 117 0 70 345 133 27
Binary 101 11000 1110000 1100000 1001111 0 111000 11100101 1011011 10111

Color Harmonies of #051870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051870

Black with #051870

Text Example


Text Example

White with #051870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051870; }

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

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

background-color css

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

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

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

border-color css

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

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

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