Html Css Color HEX #05194C Sapphire

📋 copy color: '#05194C'

red 5 ◦ green 25 ◦ blue 76

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

Shades of Sapphire #05194C

Tints of Sapphire #05194C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 71.7%

R = 4.72%
G = 23.58%
B = 71.7%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05194C (or 0x05194C) is known color: Sapphire. HEX triplet: 05, 19 and 4C. RGB value is (5,25,76). Sum of RGB (Red+Green+Blue) = 5+25+76=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 76 (30.08% from 255 or 71.70% from 106); Max value from RGB is 76 - color contains mainly: blue. Hex color #05194C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05194C is #FAE6B3. Grayscale: #181818. Windows color (decimal): -16443060 or 4987141. OLE color: 4987141.

HSL color Cylindrical-coordinate representation of color #05194C: hue angle of 223.1º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05194C is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 25 76 -
CMYK 0.93 0.67 0 0.70
HSL 223.1º 0.88% 0.16% -
HSV(B) 223.1º 0.93% 0.3% -
XYZ 1.71 1.25 6.99 -
YUV 24.83 156.87 113.85 -
System Red Green Blue C M Y K H S L
Decimal 5 25 76 0.93 0.67 0 0.70 223.1 0.88 0.16
Hex 5 19 4C 5D 43 0 46 DF 58 10
Octal 5 31 114 135 103 0 106 337 130 20
Binary 101 11001 1001100 1011101 1000011 0 1000110 11011111 1011000 10000

Color Harmonies of #05194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05194C

Black with #05194C

Text Example


Text Example

White with #05194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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