Html Css Color HEX #050F5C Sapphire

📋 copy color: '#050F5C'

red 5 ◦ green 15 ◦ blue 92

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

Shades of Sapphire #050F5C

Tints of Sapphire #050F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 82.14%

R = 4.46%
G = 13.39%
B = 82.14%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#050F5C (or 0x050F5C) is known color: Sapphire. HEX triplet: 05, 0F and 5C. RGB value is (5,15,92). Sum of RGB (Red+Green+Blue) = 5+15+92=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 92 (36.33% from 255 or 82.14% from 112); Max value from RGB is 92 - color contains mainly: blue. Hex color #050F5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050F5C is #FAF0A3. Grayscale: #141414. Windows color (decimal): -16445604 or 6033157. OLE color: 6033157.

HSL color Cylindrical-coordinate representation of color #050F5C: hue angle of 233.1º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050F5C is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 15 92 -
CMYK 0.95 0.84 0 0.64
HSL 233.1º 0.9% 0.19% -
HSV(B) 233.1º 0.95% 0.36% -
XYZ 2.17 1.15 10.23 -
YUV 20.79 168.19 116.74 -
System Red Green Blue C M Y K H S L
Decimal 5 15 92 0.95 0.84 0 0.64 233.1 0.9 0.19
Hex 5 F 5C 5F 54 0 40 E9 5A 13
Octal 5 17 134 137 124 0 100 351 132 23
Binary 101 1111 1011100 1011111 1010100 0 1000000 11101001 1011010 10011

Color Harmonies of #050F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F5C

Black with #050F5C

Text Example


Text Example

White with #050F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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