Html Css Color HEX #05104D Sapphire

📋 copy color: '#05104D'

red 5 ◦ green 16 ◦ blue 77

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

Shades of Sapphire #05104D

Tints of Sapphire #05104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.33%

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

R = 5.1%
G = 16.33%
B = 78.57%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05104D (or 0x05104D) is known color: Sapphire. HEX triplet: 05, 10 and 4D. RGB value is (5,16,77). Sum of RGB (Red+Green+Blue) = 5+16+77=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 77 (30.47% from 255 or 78.57% from 98); Max value from RGB is 77 - color contains mainly: blue. Hex color #05104D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05104D is #FAEFB2. Grayscale: #131313. Windows color (decimal): -16445363 or 5050373. OLE color: 5050373.

HSL color Cylindrical-coordinate representation of color #05104D: hue angle of 230.83º 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 #05104D is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 16 77 -
CMYK 0.94 0.79 0 0.70
HSL 230.83º 0.88% 0.16% -
HSV(B) 230.83º 0.94% 0.3% -
XYZ 1.59 0.94 7.12 -
YUV 19.67 160.36 117.54 -
System Red Green Blue C M Y K H S L
Decimal 5 16 77 0.94 0.79 0 0.70 230.83 0.88 0.16
Hex 5 10 4D 5E 4F 0 46 E7 58 10
Octal 5 20 115 136 117 0 106 347 130 20
Binary 101 10000 1001101 1011110 1001111 0 1000110 11100111 1011000 10000

Color Harmonies of #05104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05104D

Black with #05104D

Text Example


Text Example

White with #05104D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05104D; }

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

 H1.HeaderClassName
 {
   color: #05104D;
 }
 .AnyTagClassName
 {
   color: #05104D;
 }
</style>

background-color css

<style>
 a { background-color: #05104D; }

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

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

border-color css

<style>
 span { border-color: #05104D; }

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

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