Html Css Color HEX #03104D Sapphire

📋 copy color: '#03104D'

red 3 ◦ green 16 ◦ blue 77

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

Shades of Sapphire #03104D

Tints of Sapphire #03104D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 80.21%

R = 3.13%
G = 16.67%
B = 80.21%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03104D (or 0x03104D) is known color: Sapphire. HEX triplet: 03, 10 and 4D. RGB value is (3,16,77). Sum of RGB (Red+Green+Blue) = 3+16+77=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 77 (30.47% from 255 or 80.21% from 96); Max value from RGB is 77 - color contains mainly: blue. Hex color #03104D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03104D is #FCEFB2. Grayscale: #121212. Windows color (decimal): -16576435 or 5050371. OLE color: 5050371.

HSL color Cylindrical-coordinate representation of color #03104D: hue angle of 229.46º 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 #03104D is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 16 77 -
CMYK 0.96 0.79 0 0.70
HSL 229.46º 0.93% 0.16% -
HSV(B) 229.46º 0.96% 0.3% -
XYZ 1.56 0.93 7.12 -
YUV 19.07 160.69 116.54 -
System Red Green Blue C M Y K H S L
Decimal 3 16 77 0.96 0.79 0 0.70 229.46 0.93 0.16
Hex 3 10 4D 60 4F 0 46 E5 5C 10
Octal 3 20 115 140 117 0 106 345 134 20
Binary 11 10000 1001101 1100000 1001111 0 1000110 11100101 1011100 10000

Color Harmonies of #03104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03104D

Black with #03104D

Text Example


Text Example

White with #03104D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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