Html Css Color HEX #03104E Sapphire

📋 copy color: '#03104E'

red 3 ◦ green 16 ◦ blue 78

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

Shades of Sapphire #03104E

Tints of Sapphire #03104E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 80.41%

R = 3.09%
G = 16.49%
B = 80.41%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#03104E (or 0x03104E) is known color: Sapphire. HEX triplet: 03, 10 and 4E. RGB value is (3,16,78). Sum of RGB (Red+Green+Blue) = 3+16+78=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 78 (30.86% from 255 or 80.41% from 97); Max value from RGB is 78 - color contains mainly: blue. Hex color #03104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03104E is #FCEFB1. Grayscale: #121212. Windows color (decimal): -16576434 or 5115907. OLE color: 5115907.

HSL color Cylindrical-coordinate representation of color #03104E: hue angle of 229.6º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03104E is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 16 78 -
CMYK 0.96 0.79 0 0.69
HSL 229.6º 0.93% 0.16% -
HSV(B) 229.6º 0.96% 0.31% -
XYZ 1.6 0.94 7.3 -
YUV 19.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 3 16 78 0.96 0.79 0 0.69 229.6 0.93 0.16
Hex 3 10 4E 60 4F 0 45 E6 5D 10
Octal 3 20 116 140 117 0 105 346 135 20
Binary 11 10000 1001110 1100000 1001111 0 1000101 11100110 1011101 10000

Color Harmonies of #03104E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03104E

Black with #03104E

Text Example


Text Example

White with #03104E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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