Html Css Color HEX #050B4E Sapphire

📋 copy color: '#050B4E'

red 5 ◦ green 11 ◦ blue 78

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

Shades of Sapphire #050B4E

Tints of Sapphire #050B4E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.7%

 BLUE value IS 78 (30.86% from 255) = 82.98%

R = 5.32%
G = 11.7%
B = 82.98%

CMYK

 C value IS 0.94

 M value IS 0.86

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#050B4E (or 0x050B4E) is known color: Sapphire. HEX triplet: 05, 0B and 4E. RGB value is (5,11,78). Sum of RGB (Red+Green+Blue) = 5+11+78=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 78 (30.86% from 255 or 82.98% from 94); Max value from RGB is 78 - color contains mainly: blue. Hex color #050B4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050B4E is #FAF4B1. Grayscale: #101010. Windows color (decimal): -16446642 or 5114629. OLE color: 5114629.

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

Color convert

RGB 5 11 78 -
CMYK 0.94 0.86 0 0.69
HSL 235.07º 0.88% 0.16% -
HSV(B) 235.07º 0.94% 0.31% -
XYZ 1.56 0.82 7.28 -
YUV 16.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 5 11 78 0.94 0.86 0 0.69 235.07 0.88 0.16
Hex 5 B 4E 5E 56 0 45 EB 58 10
Octal 5 13 116 136 126 0 105 353 130 20
Binary 101 1011 1001110 1011110 1010110 0 1000101 11101011 1011000 10000

Color Harmonies of #050B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B4E

Black with #050B4E

Text Example


Text Example

White with #050B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,11,78); }

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

background-color css

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

 a { background-color: rgb(5,11,78); }

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

border-color css

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

 span { border-color: rgb(5,11,78); }

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