Html Css Color HEX #03114F Sapphire

📋 copy color: '#03114F'

red 3 ◦ green 17 ◦ blue 79

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

Shades of Sapphire #03114F

Tints of Sapphire #03114F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 79.8%

R = 3.03%
G = 17.17%
B = 79.8%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#03114F (or 0x03114F) is known color: Sapphire. HEX triplet: 03, 11 and 4F. RGB value is (3,17,79). Sum of RGB (Red+Green+Blue) = 3+17+79=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 79 (31.25% from 255 or 79.80% from 99); Max value from RGB is 79 - color contains mainly: blue. Hex color #03114F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03114F is #FCEEB0. Grayscale: #131313. Windows color (decimal): -16576177 or 5181699. OLE color: 5181699.

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

Color convert

RGB 3 17 79 -
CMYK 0.96 0.78 0 0.69
HSL 228.95º 0.93% 0.16% -
HSV(B) 228.95º 0.96% 0.31% -
XYZ 1.65 0.98 7.5 -
YUV 19.88 161.36 115.96 -
System Red Green Blue C M Y K H S L
Decimal 3 17 79 0.96 0.78 0 0.69 228.95 0.93 0.16
Hex 3 11 4F 60 4E 0 45 E5 5D 10
Octal 3 21 117 140 116 0 105 345 135 20
Binary 11 10001 1001111 1100000 1001110 0 1000101 11100101 1011101 10000

Color Harmonies of #03114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03114F

Black with #03114F

Text Example


Text Example

White with #03114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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