Html Css Color HEX #03145F Sapphire

📋 copy color: '#03145F'

red 3 ◦ green 20 ◦ blue 95

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

Shades of Sapphire #03145F

Tints of Sapphire #03145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.95%

 BLUE value IS 95 (37.5% from 255) = 80.51%

R = 2.54%
G = 16.95%
B = 80.51%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#03145F (or 0x03145F) is known color: Sapphire. HEX triplet: 03, 14 and 5F. RGB value is (3,20,95). Sum of RGB (Red+Green+Blue) = 3+20+95=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 95 (37.5% from 255 or 80.51% from 118); Max value from RGB is 95 - color contains mainly: blue. Hex color #03145F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03145F is #FCEBA0. Grayscale: #171717. Windows color (decimal): -16575393 or 6231043. OLE color: 6231043.

HSL color Cylindrical-coordinate representation of color #03145F: hue angle of 228.91º 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 #03145F is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 3 20 95 -
CMYK 0.97 0.79 0 0.63
HSL 228.91º 0.94% 0.19% -
HSV(B) 228.91º 0.97% 0.37% -
XYZ 2.35 1.35 10.96 -
YUV 23.47 168.37 113.4 -
System Red Green Blue C M Y K H S L
Decimal 3 20 95 0.97 0.79 0 0.63 228.91 0.94 0.19
Hex 3 14 5F 61 4F 0 3F E5 5E 13
Octal 3 24 137 141 117 0 77 345 136 23
Binary 11 10100 1011111 1100001 1001111 0 111111 11100101 1011110 10011

Color Harmonies of #03145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03145F

Black with #03145F

Text Example


Text Example

White with #03145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,20,95); }

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

background-color css

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

 a { background-color: rgb(3,20,95); }

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

border-color css

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

 span { border-color: rgb(3,20,95); }

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