Html Css Color HEX #03195F Sapphire

📋 copy color: '#03195F'

red 3 ◦ green 25 ◦ blue 95

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

Shades of Sapphire #03195F

Tints of Sapphire #03195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 77.24%

R = 2.44%
G = 20.33%
B = 77.24%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#03195F (or 0x03195F) is known color: Sapphire. HEX triplet: 03, 19 and 5F. RGB value is (3,25,95). Sum of RGB (Red+Green+Blue) = 3+25+95=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 95 (37.5% from 255 or 77.24% from 123); Max value from RGB is 95 - color contains mainly: blue. Hex color #03195F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03195F is #FCE6A0. Grayscale: #1A1A1A. Windows color (decimal): -16574113 or 6232323. OLE color: 6232323.

HSL color Cylindrical-coordinate representation of color #03195F: hue angle of 225.65º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03195F is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 3 25 95 -
CMYK 0.97 0.74 0 0.63
HSL 225.65º 0.94% 0.19% -
HSV(B) 225.65º 0.97% 0.37% -
XYZ 2.45 1.54 10.99 -
YUV 26.4 166.71 111.31 -
System Red Green Blue C M Y K H S L
Decimal 3 25 95 0.97 0.74 0 0.63 225.65 0.94 0.19
Hex 3 19 5F 61 4A 0 3F E2 5E 13
Octal 3 31 137 141 112 0 77 342 136 23
Binary 11 11001 1011111 1100001 1001010 0 111111 11100010 1011110 10011

Color Harmonies of #03195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03195F

Black with #03195F

Text Example


Text Example

White with #03195F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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