Html Css Color HEX #031A5A Sapphire

📋 copy color: '#031A5A'

red 3 ◦ green 26 ◦ blue 90

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

Shades of Sapphire #031A5A

Tints of Sapphire #031A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 75.63%

R = 2.52%
G = 21.85%
B = 75.63%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#031A5A (or 0x031A5A) is known color: Sapphire. HEX triplet: 03, 1A and 5A. RGB value is (3,26,90). Sum of RGB (Red+Green+Blue) = 3+26+90=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 90 (35.55% from 255 or 75.63% from 119); Max value from RGB is 90 - color contains mainly: blue. Hex color #031A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A5A is #FCE5A5. Grayscale: #1A1A1A. Windows color (decimal): -16573862 or 5904899. OLE color: 5904899.

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

Color convert

RGB 3 26 90 -
CMYK 0.97 0.71 0 0.65
HSL 224.14º 0.94% 0.18% -
HSV(B) 224.14º 0.97% 0.35% -
XYZ 2.25 1.5 9.84 -
YUV 26.42 163.88 111.3 -
System Red Green Blue C M Y K H S L
Decimal 3 26 90 0.97 0.71 0 0.65 224.14 0.94 0.18
Hex 3 1A 5A 61 47 0 41 E0 5E 12
Octal 3 32 132 141 107 0 101 340 136 22
Binary 11 11010 1011010 1100001 1000111 0 1000001 11100000 1011110 10010

Color Harmonies of #031A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A5A

Black with #031A5A

Text Example


Text Example

White with #031A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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