Html Css Color HEX #051750 Sapphire

📋 copy color: '#051750'

red 5 ◦ green 23 ◦ blue 80

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

Shades of Sapphire #051750

Tints of Sapphire #051750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.3%

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

R = 4.63%
G = 21.3%
B = 74.07%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#051750 (or 0x051750) is known color: Sapphire. HEX triplet: 05, 17 and 50. RGB value is (5,23,80). Sum of RGB (Red+Green+Blue) = 5+23+80=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 80 (31.64% from 255 or 74.07% from 108); Max value from RGB is 80 - color contains mainly: blue. Hex color #051750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051750 is #FAE8AF. Grayscale: #171717. Windows color (decimal): -16443568 or 5248773. OLE color: 5248773.

HSL color Cylindrical-coordinate representation of color #051750: hue angle of 225.6º 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 #051750 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 23 80 -
CMYK 0.94 0.71 0 0.69
HSL 225.6º 0.88% 0.17% -
HSV(B) 225.6º 0.94% 0.31% -
XYZ 1.82 1.22 7.73 -
YUV 24.12 159.54 114.37 -
System Red Green Blue C M Y K H S L
Decimal 5 23 80 0.94 0.71 0 0.69 225.6 0.88 0.17
Hex 5 17 50 5E 47 0 45 E2 58 11
Octal 5 27 120 136 107 0 105 342 130 21
Binary 101 10111 1010000 1011110 1000111 0 1000101 11100010 1011000 10001

Color Harmonies of #051750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051750

Black with #051750

Text Example


Text Example

White with #051750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051750; }

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

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

background-color css

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

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

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

border-color css

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

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

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