Html Css Color HEX #050D4C Sapphire

📋 copy color: '#050D4C'

red 5 ◦ green 13 ◦ blue 76

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

Shades of Sapphire #050D4C

Tints of Sapphire #050D4C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.83%

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

R = 5.32%
G = 13.83%
B = 80.85%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#050D4C (or 0x050D4C) is known color: Sapphire. HEX triplet: 05, 0D and 4C. RGB value is (5,13,76). Sum of RGB (Red+Green+Blue) = 5+13+76=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 76 (30.08% from 255 or 80.85% from 94); Max value from RGB is 76 - color contains mainly: blue. Hex color #050D4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D4C is #FAF2B3. Grayscale: #111111. Windows color (decimal): -16446132 or 4984069. OLE color: 4984069.

HSL color Cylindrical-coordinate representation of color #050D4C: hue angle of 233.24º 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 #050D4C is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 13 76 -
CMYK 0.93 0.83 0 0.70
HSL 233.24º 0.88% 0.16% -
HSV(B) 233.24º 0.93% 0.3% -
XYZ 1.51 0.84 6.92 -
YUV 17.79 160.85 118.88 -
System Red Green Blue C M Y K H S L
Decimal 5 13 76 0.93 0.83 0 0.70 233.24 0.88 0.16
Hex 5 D 4C 5D 53 0 46 E9 58 10
Octal 5 15 114 135 123 0 106 351 130 20
Binary 101 1101 1001100 1011101 1010011 0 1000110 11101001 1011000 10000

Color Harmonies of #050D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D4C

Black with #050D4C

Text Example


Text Example

White with #050D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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