Html Css Color HEX #03197D Sapphire

📋 copy color: '#03197D'

red 3 ◦ green 25 ◦ blue 125

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

Shades of Sapphire #03197D

Tints of Sapphire #03197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 81.7%

R = 1.96%
G = 16.34%
B = 81.7%

CMYK

 C value IS 0.98

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03197D (or 0x03197D) is known color: Sapphire. HEX triplet: 03, 19 and 7D. RGB value is (3,25,125). Sum of RGB (Red+Green+Blue) = 3+25+125=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 125 (49.22% from 255 or 81.70% from 153); Max value from RGB is 125 - color contains mainly: blue. Hex color #03197D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03197D is #FCE682. Grayscale: #1D1D1D. Windows color (decimal): -16574083 or 8198403. OLE color: 8198403.

HSL color Cylindrical-coordinate representation of color #03197D: hue angle of 229.18º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03197D is Cyan = 0.98, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 25 125 -
CMYK 0.98 0.8 0 0.51
HSL 229.18º 0.95% 0.25% -
HSV(B) 229.18º 0.98% 0.49% -
XYZ 4.09 2.2 19.61 -
YUV 29.82 181.71 108.87 -
System Red Green Blue C M Y K H S L
Decimal 3 25 125 0.98 0.8 0 0.51 229.18 0.95 0.25
Hex 3 19 7D 62 50 0 33 E5 5F 19
Octal 3 31 175 142 120 0 63 345 137 31
Binary 11 11001 1111101 1100010 1010000 0 110011 11100101 1011111 11001

Color Harmonies of #03197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03197D

Black with #03197D

Text Example


Text Example

White with #03197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03197D; }

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

 H1.HeaderClassName
 {
   color: #03197D;
 }
 .AnyTagClassName
 {
   color: #03197D;
 }
</style>

background-color css

<style>
 a { background-color: #03197D; }

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

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

border-color css

<style>
 span { border-color: #03197D; }

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

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