Html Css Color HEX #031A5B Sapphire

📋 copy color: '#031A5B'

red 3 ◦ green 26 ◦ blue 91

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

Shades of Sapphire #031A5B

Tints of Sapphire #031A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 75.83%

R = 2.5%
G = 21.67%
B = 75.83%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#031A5B (or 0x031A5B) is known color: Sapphire. HEX triplet: 03, 1A and 5B. RGB value is (3,26,91). Sum of RGB (Red+Green+Blue) = 3+26+91=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 91 (35.94% from 255 or 75.83% from 120); Max value from RGB is 91 - color contains mainly: blue. Hex color #031A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A5B is #FCE5A4. Grayscale: #1A1A1A. Windows color (decimal): -16573861 or 5970435. OLE color: 5970435.

HSL color Cylindrical-coordinate representation of color #031A5B: hue angle of 224.32º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031A5B is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 26 91 -
CMYK 0.97 0.71 0 0.64
HSL 224.32º 0.94% 0.18% -
HSV(B) 224.32º 0.97% 0.36% -
XYZ 2.3 1.51 10.07 -
YUV 26.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 3 26 91 0.97 0.71 0 0.64 224.32 0.94 0.18
Hex 3 1A 5B 61 47 0 40 E0 5E 12
Octal 3 32 133 141 107 0 100 340 136 22
Binary 11 11010 1011011 1100001 1000111 0 1000000 11100000 1011110 10010

Color Harmonies of #031A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A5B

Black with #031A5B

Text Example


Text Example

White with #031A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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