Html Css Color HEX #03196C Sapphire

📋 copy color: '#03196C'

red 3 ◦ green 25 ◦ blue 108

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

Shades of Sapphire #03196C

Tints of Sapphire #03196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 79.41%

R = 2.21%
G = 18.38%
B = 79.41%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03196C (or 0x03196C) is known color: Sapphire. HEX triplet: 03, 19 and 6C. RGB value is (3,25,108). Sum of RGB (Red+Green+Blue) = 3+25+108=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 108 (42.58% from 255 or 79.41% from 136); Max value from RGB is 108 - color contains mainly: blue. Hex color #03196C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03196C is #FCE693. Grayscale: #1B1B1B. Windows color (decimal): -16574100 or 7084291. OLE color: 7084291.

HSL color Cylindrical-coordinate representation of color #03196C: hue angle of 227.43º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03196C is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 25 108 -
CMYK 0.97 0.77 0 0.58
HSL 227.43º 0.95% 0.22% -
HSV(B) 227.43º 0.97% 0.42% -
XYZ 3.09 1.8 14.37 -
YUV 27.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 3 25 108 0.97 0.77 0 0.58 227.43 0.95 0.22
Hex 3 19 6C 61 4D 0 3A E3 5F 16
Octal 3 31 154 141 115 0 72 343 137 26
Binary 11 11001 1101100 1100001 1001101 0 111010 11100011 1011111 10110

Color Harmonies of #03196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03196C

Black with #03196C

Text Example


Text Example

White with #03196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03196C; }

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

 H1.HeaderClassName
 {
   color: #03196C;
 }
 .AnyTagClassName
 {
   color: #03196C;
 }
</style>

background-color css

<style>
 a { background-color: #03196C; }

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

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

border-color css

<style>
 span { border-color: #03196C; }

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

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