Html Css Color HEX #03195A Sapphire

📋 copy color: '#03195A'

red 3 ◦ green 25 ◦ blue 90

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

Shades of Sapphire #03195A

Tints of Sapphire #03195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 76.27%

R = 2.54%
G = 21.19%
B = 76.27%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#03195A (or 0x03195A) is known color: Sapphire. HEX triplet: 03, 19 and 5A. RGB value is (3,25,90). Sum of RGB (Red+Green+Blue) = 3+25+90=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 90 (35.55% from 255 or 76.27% from 118); Max value from RGB is 90 - color contains mainly: blue. Hex color #03195A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03195A is #FCE6A5. Grayscale: #191919. Windows color (decimal): -16574118 or 5904643. OLE color: 5904643.

HSL color Cylindrical-coordinate representation of color #03195A: hue angle of 224.83º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03195A is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 25 90 -
CMYK 0.97 0.72 0 0.65
HSL 224.83º 0.94% 0.18% -
HSV(B) 224.83º 0.97% 0.35% -
XYZ 2.23 1.45 9.84 -
YUV 25.83 164.21 111.71 -
System Red Green Blue C M Y K H S L
Decimal 3 25 90 0.97 0.72 0 0.65 224.83 0.94 0.18
Hex 3 19 5A 61 48 0 41 E1 5E 12
Octal 3 31 132 141 110 0 101 341 136 22
Binary 11 11001 1011010 1100001 1001000 0 1000001 11100001 1011110 10010

Color Harmonies of #03195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03195A

Black with #03195A

Text Example


Text Example

White with #03195A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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