Html Css Color HEX #05194F Sapphire

📋 copy color: '#05194F'

red 5 ◦ green 25 ◦ blue 79

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

Shades of Sapphire #05194F

Tints of Sapphire #05194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.94%

 BLUE value IS 79 (31.25% from 255) = 72.48%

R = 4.59%
G = 22.94%
B = 72.48%

CMYK

 C value IS 0.94

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#05194F (or 0x05194F) is known color: Sapphire. HEX triplet: 05, 19 and 4F. RGB value is (5,25,79). Sum of RGB (Red+Green+Blue) = 5+25+79=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 79 (31.25% from 255 or 72.48% from 109); Max value from RGB is 79 - color contains mainly: blue. Hex color #05194F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05194F is #FAE6B0. Grayscale: #181818. Windows color (decimal): -16443057 or 5183749. OLE color: 5183749.

HSL color Cylindrical-coordinate representation of color #05194F: hue angle of 223.78º 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 #05194F is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 25 79 -
CMYK 0.94 0.68 0 0.69
HSL 223.78º 0.88% 0.16% -
HSV(B) 223.78º 0.94% 0.31% -
XYZ 1.82 1.29 7.55 -
YUV 25.18 158.37 113.61 -
System Red Green Blue C M Y K H S L
Decimal 5 25 79 0.94 0.68 0 0.69 223.78 0.88 0.16
Hex 5 19 4F 5E 44 0 45 E0 58 10
Octal 5 31 117 136 104 0 105 340 130 20
Binary 101 11001 1001111 1011110 1000100 0 1000101 11100000 1011000 10000

Color Harmonies of #05194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05194F

Black with #05194F

Text Example


Text Example

White with #05194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05194F; }

 p { color: rgb(5,25,79); }

 H1.HeaderClassName
 {
   color: #05194F;
 }
 .AnyTagClassName
 {
   color: #05194F;
 }
</style>

background-color css

<style>
 a { background-color: #05194F; }

 a { background-color: rgb(5,25,79); }

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

border-color css

<style>
 span { border-color: #05194F; }

 span { border-color: rgb(5,25,79); }

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