Html Css Color HEX #03194A Sapphire

📋 copy color: '#03194A'

red 3 ◦ green 25 ◦ blue 74

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

Shades of Sapphire #03194A

Tints of Sapphire #03194A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 72.55%

R = 2.94%
G = 24.51%
B = 72.55%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#03194A (or 0x03194A) is known color: Sapphire. HEX triplet: 03, 19 and 4A. RGB value is (3,25,74). Sum of RGB (Red+Green+Blue) = 3+25+74=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 74 (29.30% from 255 or 72.55% from 102); Max value from RGB is 74 - color contains mainly: blue. Hex color #03194A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03194A is #FCE6B5. Grayscale: #171717. Windows color (decimal): -16574134 or 4856067. OLE color: 4856067.

HSL color Cylindrical-coordinate representation of color #03194A: hue angle of 221.41º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03194A is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 25 74 -
CMYK 0.96 0.66 0 0.71
HSL 221.41º 0.92% 0.15% -
HSV(B) 221.41º 0.96% 0.29% -
XYZ 1.62 1.21 6.63 -
YUV 24.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 3 25 74 0.96 0.66 0 0.71 221.41 0.92 0.15
Hex 3 19 4A 60 42 0 47 DD 5C F
Octal 3 31 112 140 102 0 107 335 134 17
Binary 11 11001 1001010 1100000 1000010 0 1000111 11011101 1011100 1111

Color Harmonies of #03194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03194A

Black with #03194A

Text Example


Text Example

White with #03194A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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