Html Css Color HEX #05134D Sapphire

📋 copy color: '#05134D'

red 5 ◦ green 19 ◦ blue 77

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

Shades of Sapphire #05134D

Tints of Sapphire #05134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.81%

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

R = 4.95%
G = 18.81%
B = 76.24%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05134D (or 0x05134D) is known color: Sapphire. HEX triplet: 05, 13 and 4D. RGB value is (5,19,77). Sum of RGB (Red+Green+Blue) = 5+19+77=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 77 (30.47% from 255 or 76.24% from 101); Max value from RGB is 77 - color contains mainly: blue. Hex color #05134D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05134D is #FAECB2. Grayscale: #151515. Windows color (decimal): -16444595 or 5051141. OLE color: 5051141.

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

Color convert

RGB 5 19 77 -
CMYK 0.94 0.75 0 0.70
HSL 228.33º 0.88% 0.16% -
HSV(B) 228.33º 0.94% 0.3% -
XYZ 1.64 1.03 7.13 -
YUV 21.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 5 19 77 0.94 0.75 0 0.70 228.33 0.88 0.16
Hex 5 13 4D 5E 4B 0 46 E4 58 10
Octal 5 23 115 136 113 0 106 344 130 20
Binary 101 10011 1001101 1011110 1001011 0 1000110 11100100 1011000 10000

Color Harmonies of #05134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05134D

Black with #05134D

Text Example


Text Example

White with #05134D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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