#03194D

Color #03194D Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #03194D

Tints of Sapphire #03194D

Color information

#03194D (or 0x03194D) is unknown color: approx Sapphire. HEX triplet: 03, 19 and 4D. RGB value is (3,25,77). Sum of RGB (Red+Green+Blue) = 3+25+77=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 77 (30.47% from 255 or 73.33% from 105); Max value from RGB is 77 - color contains mainly: blue. Hex color #03194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03194D is #FCE6B2. Grayscale: #181818. Windows color (decimal): -16574131 or 5052675. OLE color: 5052675.

HSL color Cylindrical-coordinate representation of color #03194D: hue angle of 222.16º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03194D is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB32577-
CMYK0.960.6800.70
HSL222.16º92.5%15.69%-
HSV(B)222.16º96.1%30.2%-
XYZ1.721.257.17-
YUV24.35157.71112.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 25 (10.16% from 255) = 23.81%
BLUE value IS 77 (30.47% from 255) = 73.33%
R=2.86%
G=23.81%
B=73.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal325770.960.6800.70222.1692.515.69
Hex3194D6044046de5c10
Octal331115140104010633613420
Binary11110011001101110000010001000100011011011110101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03194D;
 }
 .AnyTagClassName
 {
   color: #03194D;
 }
</style>
background-color css

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

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

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

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

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

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