Html Css Color HEX #03115E Sapphire

📋 copy color: '#03115E'

red 3 ◦ green 17 ◦ blue 94

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

Shades of Sapphire #03115E

Tints of Sapphire #03115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 82.46%

R = 2.63%
G = 14.91%
B = 82.46%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#03115E (or 0x03115E) is known color: Sapphire. HEX triplet: 03, 11 and 5E. RGB value is (3,17,94). Sum of RGB (Red+Green+Blue) = 3+17+94=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 94 (37.11% from 255 or 82.46% from 114); Max value from RGB is 94 - color contains mainly: blue. Hex color #03115E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03115E is #FCEEA1. Grayscale: #151515. Windows color (decimal): -16576162 or 6164739. OLE color: 6164739.

HSL color Cylindrical-coordinate representation of color #03115E: hue angle of 230.77º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03115E is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 3 17 94 -
CMYK 0.97 0.82 0 0.63
HSL 230.77º 0.94% 0.19% -
HSV(B) 230.77º 0.97% 0.37% -
XYZ 2.26 1.23 10.71 -
YUV 21.59 168.86 114.74 -
System Red Green Blue C M Y K H S L
Decimal 3 17 94 0.97 0.82 0 0.63 230.77 0.94 0.19
Hex 3 11 5E 61 52 0 3F E7 5E 13
Octal 3 21 136 141 122 0 77 347 136 23
Binary 11 10001 1011110 1100001 1010010 0 111111 11100111 1011110 10011

Color Harmonies of #03115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03115E

Black with #03115E

Text Example


Text Example

White with #03115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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