Html Css Color HEX #03104A Sapphire

📋 copy color: '#03104A'

red 3 ◦ green 16 ◦ blue 74

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

Shades of Sapphire #03104A

Tints of Sapphire #03104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.2%

 BLUE value IS 74 (29.3% from 255) = 79.57%

R = 3.23%
G = 17.2%
B = 79.57%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#03104A (or 0x03104A) is known color: Sapphire. HEX triplet: 03, 10 and 4A. RGB value is (3,16,74). Sum of RGB (Red+Green+Blue) = 3+16+74=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 74 (29.30% from 255 or 79.57% from 93); Max value from RGB is 74 - color contains mainly: blue. Hex color #03104A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03104A is #FCEFB5. Grayscale: #121212. Windows color (decimal): -16576438 or 4853763. OLE color: 4853763.

HSL color Cylindrical-coordinate representation of color #03104A: hue angle of 229.01º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03104A is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 16 74 -
CMYK 0.96 0.78 0 0.71
HSL 229.01º 0.92% 0.15% -
HSV(B) 229.01º 0.96% 0.29% -
XYZ 1.46 0.88 6.57 -
YUV 18.73 159.19 116.78 -
System Red Green Blue C M Y K H S L
Decimal 3 16 74 0.96 0.78 0 0.71 229.01 0.92 0.15
Hex 3 10 4A 60 4E 0 47 E5 5C F
Octal 3 20 112 140 116 0 107 345 134 17
Binary 11 10000 1001010 1100000 1001110 0 1000111 11100101 1011100 1111

Color Harmonies of #03104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03104A

Black with #03104A

Text Example


Text Example

White with #03104A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,16,74); }

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

background-color css

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

 a { background-color: rgb(3,16,74); }

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

border-color css

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

 span { border-color: rgb(3,16,74); }

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