Html Css Color HEX #031A5E Sapphire

📋 copy color: '#031A5E'

red 3 ◦ green 26 ◦ blue 94

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

Shades of Sapphire #031A5E

Tints of Sapphire #031A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.14%

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

R = 2.44%
G = 21.14%
B = 76.42%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#031A5E (or 0x031A5E) is known color: Sapphire. HEX triplet: 03, 1A and 5E. RGB value is (3,26,94). Sum of RGB (Red+Green+Blue) = 3+26+94=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 94 (37.11% from 255 or 76.42% from 123); Max value from RGB is 94 - color contains mainly: blue. Hex color #031A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A5E is #FCE5A1. Grayscale: #1A1A1A. Windows color (decimal): -16573858 or 6167043. OLE color: 6167043.

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

Color convert

RGB 3 26 94 -
CMYK 0.97 0.72 0 0.63
HSL 224.84º 0.94% 0.19% -
HSV(B) 224.84º 0.97% 0.37% -
XYZ 2.43 1.57 10.76 -
YUV 26.88 165.88 110.97 -
System Red Green Blue C M Y K H S L
Decimal 3 26 94 0.97 0.72 0 0.63 224.84 0.94 0.19
Hex 3 1A 5E 61 48 0 3F E1 5E 13
Octal 3 32 136 141 110 0 77 341 136 23
Binary 11 11010 1011110 1100001 1001000 0 111111 11100001 1011110 10011

Color Harmonies of #031A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A5E

Black with #031A5E

Text Example


Text Example

White with #031A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031A5E; }

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

 H1.HeaderClassName
 {
   color: #031A5E;
 }
 .AnyTagClassName
 {
   color: #031A5E;
 }
</style>

background-color css

<style>
 a { background-color: #031A5E; }

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

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

border-color css

<style>
 span { border-color: #031A5E; }

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

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