Html Css Color HEX #03114D Sapphire

📋 copy color: '#03114D'

red 3 ◦ green 17 ◦ blue 77

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

Shades of Sapphire #03114D

Tints of Sapphire #03114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.53%

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

R = 3.09%
G = 17.53%
B = 79.38%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03114D (or 0x03114D) is known color: Sapphire. HEX triplet: 03, 11 and 4D. RGB value is (3,17,77). Sum of RGB (Red+Green+Blue) = 3+17+77=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 77 (30.47% from 255 or 79.38% from 97); Max value from RGB is 77 - color contains mainly: blue. Hex color #03114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03114D is #FCEEB2. Grayscale: #131313. Windows color (decimal): -16576179 or 5050627. OLE color: 5050627.

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

Color convert

RGB 3 17 77 -
CMYK 0.96 0.78 0 0.70
HSL 228.65º 0.93% 0.16% -
HSV(B) 228.65º 0.96% 0.3% -
XYZ 1.58 0.96 7.12 -
YUV 19.65 160.36 116.12 -
System Red Green Blue C M Y K H S L
Decimal 3 17 77 0.96 0.78 0 0.70 228.65 0.93 0.16
Hex 3 11 4D 60 4E 0 46 E5 5C 10
Octal 3 21 115 140 116 0 106 345 134 20
Binary 11 10001 1001101 1100000 1001110 0 1000110 11100101 1011100 10000

Color Harmonies of #03114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03114D

Black with #03114D

Text Example


Text Example

White with #03114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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