Html Css Color HEX #05196D Sapphire

📋 copy color: '#05196D'

red 5 ◦ green 25 ◦ blue 109

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

Shades of Sapphire #05196D

Tints of Sapphire #05196D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 78.42%

R = 3.6%
G = 17.99%
B = 78.42%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05196D (or 0x05196D) is known color: Sapphire. HEX triplet: 05, 19 and 6D. RGB value is (5,25,109). Sum of RGB (Red+Green+Blue) = 5+25+109=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 109 (42.97% from 255 or 78.42% from 139); Max value from RGB is 109 - color contains mainly: blue. Hex color #05196D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05196D is #FAE692. Grayscale: #1C1C1C. Windows color (decimal): -16443027 or 7149829. OLE color: 7149829.

HSL color Cylindrical-coordinate representation of color #05196D: hue angle of 228.46º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05196D is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 25 109 -
CMYK 0.95 0.77 0 0.57
HSL 228.46º 0.91% 0.22% -
HSV(B) 228.46º 0.95% 0.43% -
XYZ 3.17 1.83 14.65 -
YUV 28.6 173.37 111.17 -
System Red Green Blue C M Y K H S L
Decimal 5 25 109 0.95 0.77 0 0.57 228.46 0.91 0.22
Hex 5 19 6D 5F 4D 0 39 E4 5B 16
Octal 5 31 155 137 115 0 71 344 133 26
Binary 101 11001 1101101 1011111 1001101 0 111001 11100100 1011011 10110

Color Harmonies of #05196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05196D

Black with #05196D

Text Example


Text Example

White with #05196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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