Html Css Color HEX #050B4C Sapphire

📋 copy color: '#050B4C'

red 5 ◦ green 11 ◦ blue 76

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

Shades of Sapphire #050B4C

Tints of Sapphire #050B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 82.61%

R = 5.43%
G = 11.96%
B = 82.61%

CMYK

 C value IS 0.93

 M value IS 0.86

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#050B4C (or 0x050B4C) is known color: Sapphire. HEX triplet: 05, 0B and 4C. RGB value is (5,11,76). Sum of RGB (Red+Green+Blue) = 5+11+76=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 76 (30.08% from 255 or 82.61% from 92); Max value from RGB is 76 - color contains mainly: blue. Hex color #050B4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B4C is #FAF4B3. Grayscale: #101010. Windows color (decimal): -16446644 or 4983557. OLE color: 4983557.

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

Color convert

RGB 5 11 76 -
CMYK 0.93 0.86 0 0.70
HSL 234.93º 0.88% 0.16% -
HSV(B) 234.93º 0.93% 0.3% -
XYZ 1.49 0.79 6.91 -
YUV 16.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 5 11 76 0.93 0.86 0 0.70 234.93 0.88 0.16
Hex 5 B 4C 5D 56 0 46 EB 58 10
Octal 5 13 114 135 126 0 106 353 130 20
Binary 101 1011 1001100 1011101 1010110 0 1000110 11101011 1011000 10000

Color Harmonies of #050B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B4C

Black with #050B4C

Text Example


Text Example

White with #050B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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