Html Css Color HEX #050F4D Sapphire

📋 copy color: '#050F4D'

red 5 ◦ green 15 ◦ blue 77

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

Shades of Sapphire #050F4D

Tints of Sapphire #050F4D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.46%

 BLUE value IS 77 (30.47% from 255) = 79.38%

R = 5.15%
G = 15.46%
B = 79.38%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#050F4D (or 0x050F4D) is known color: Sapphire. HEX triplet: 05, 0F and 4D. RGB value is (5,15,77). Sum of RGB (Red+Green+Blue) = 5+15+77=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 77 (30.47% from 255 or 79.38% from 97); Max value from RGB is 77 - color contains mainly: blue. Hex color #050F4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050F4D is #FAF0B2. Grayscale: #121212. Windows color (decimal): -16445619 or 5050117. OLE color: 5050117.

HSL color Cylindrical-coordinate representation of color #050F4D: hue angle of 231.67º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050F4D is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 15 77 -
CMYK 0.94 0.81 0 0.70
HSL 231.67º 0.88% 0.16% -
HSV(B) 231.67º 0.94% 0.3% -
XYZ 1.57 0.91 7.11 -
YUV 19.08 160.69 117.96 -
System Red Green Blue C M Y K H S L
Decimal 5 15 77 0.94 0.81 0 0.70 231.67 0.88 0.16
Hex 5 F 4D 5E 51 0 46 E8 58 10
Octal 5 17 115 136 121 0 106 350 130 20
Binary 101 1111 1001101 1011110 1010001 0 1000110 11101000 1011000 10000

Color Harmonies of #050F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F4D

Black with #050F4D

Text Example


Text Example

White with #050F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050F4D; }

 p { color: rgb(5,15,77); }

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

background-color css

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

 a { background-color: rgb(5,15,77); }

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

border-color css

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

 span { border-color: rgb(5,15,77); }

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