Html Css Color HEX #03194F Sapphire

📋 copy color: '#03194F'

red 3 ◦ green 25 ◦ blue 79

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

Shades of Sapphire #03194F

Tints of Sapphire #03194F

RGB

 RED value IS 3 (1.56% from 255) = 2.8%

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

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

R = 2.8%
G = 23.36%
B = 73.83%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#03194F (or 0x03194F) is known color: Sapphire. HEX triplet: 03, 19 and 4F. RGB value is (3,25,79). Sum of RGB (Red+Green+Blue) = 3+25+79=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 79 (31.25% from 255 or 73.83% from 107); Max value from RGB is 79 - color contains mainly: blue. Hex color #03194F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03194F is #FCE6B0. Grayscale: #181818. Windows color (decimal): -16574129 or 5183747. OLE color: 5183747.

HSL color Cylindrical-coordinate representation of color #03194F: hue angle of 222.63º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03194F is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 25 79 -
CMYK 0.96 0.68 0 0.69
HSL 222.63º 0.93% 0.16% -
HSV(B) 222.63º 0.96% 0.31% -
XYZ 1.8 1.28 7.55 -
YUV 24.58 158.71 112.61 -
System Red Green Blue C M Y K H S L
Decimal 3 25 79 0.96 0.68 0 0.69 222.63 0.93 0.16
Hex 3 19 4F 60 44 0 45 DF 5D 10
Octal 3 31 117 140 104 0 105 337 135 20
Binary 11 11001 1001111 1100000 1000100 0 1000101 11011111 1011101 10000

Color Harmonies of #03194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03194F

Black with #03194F

Text Example


Text Example

White with #03194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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