Html Css Color HEX #05195D Sapphire

📋 copy color: '#05195D'

red 5 ◦ green 25 ◦ blue 93

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

Shades of Sapphire #05195D

Tints of Sapphire #05195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 75.61%

R = 4.07%
G = 20.33%
B = 75.61%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05195D (or 0x05195D) is known color: Sapphire. HEX triplet: 05, 19 and 5D. RGB value is (5,25,93). Sum of RGB (Red+Green+Blue) = 5+25+93=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 93 (36.72% from 255 or 75.61% from 123); Max value from RGB is 93 - color contains mainly: blue. Hex color #05195D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05195D is #FAE6A2. Grayscale: #1A1A1A. Windows color (decimal): -16443043 or 6101253. OLE color: 6101253.

HSL color Cylindrical-coordinate representation of color #05195D: hue angle of 226.36º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05195D is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 25 93 -
CMYK 0.95 0.73 0 0.64
HSL 226.36º 0.9% 0.19% -
HSV(B) 226.36º 0.95% 0.36% -
XYZ 2.39 1.52 10.52 -
YUV 26.77 165.37 112.47 -
System Red Green Blue C M Y K H S L
Decimal 5 25 93 0.95 0.73 0 0.64 226.36 0.9 0.19
Hex 5 19 5D 5F 49 0 40 E2 5A 13
Octal 5 31 135 137 111 0 100 342 132 23
Binary 101 11001 1011101 1011111 1001001 0 1000000 11100010 1011010 10011

Color Harmonies of #05195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05195D

Black with #05195D

Text Example


Text Example

White with #05195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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