Html Css Color HEX #05194B Sapphire

📋 copy color: '#05194B'

red 5 ◦ green 25 ◦ blue 75

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

Shades of Sapphire #05194B

Tints of Sapphire #05194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 71.43%

R = 4.76%
G = 23.81%
B = 71.43%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#05194B (or 0x05194B) is known color: Sapphire. HEX triplet: 05, 19 and 4B. RGB value is (5,25,75). Sum of RGB (Red+Green+Blue) = 5+25+75=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 75 (29.69% from 255 or 71.43% from 105); Max value from RGB is 75 - color contains mainly: blue. Hex color #05194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05194B is #FAE6B4. Grayscale: #181818. Windows color (decimal): -16443061 or 4921605. OLE color: 4921605.

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

Color convert

RGB 5 25 75 -
CMYK 0.93 0.67 0 0.71
HSL 222.86º 0.88% 0.16% -
HSV(B) 222.86º 0.93% 0.29% -
XYZ 1.68 1.24 6.81 -
YUV 24.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 5 25 75 0.93 0.67 0 0.71 222.86 0.88 0.16
Hex 5 19 4B 5D 43 0 47 DF 58 10
Octal 5 31 113 135 103 0 107 337 130 20
Binary 101 11001 1001011 1011101 1000011 0 1000111 11011111 1011000 10000

Color Harmonies of #05194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05194B

Black with #05194B

Text Example


Text Example

White with #05194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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