Html Css Color HEX #031E5A Sapphire

📋 copy color: '#031E5A'

red 3 ◦ green 30 ◦ blue 90

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

Shades of Sapphire #031E5A

Tints of Sapphire #031E5A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.39%

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

R = 2.44%
G = 24.39%
B = 73.17%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#031E5A (or 0x031E5A) is known color: Sapphire. HEX triplet: 03, 1E and 5A. RGB value is (3,30,90). Sum of RGB (Red+Green+Blue) = 3+30+90=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 90 (35.55% from 255 or 73.17% from 123); Max value from RGB is 90 - color contains mainly: blue. Hex color #031E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E5A is #FCE1A5. Grayscale: #1C1C1C. Windows color (decimal): -16572838 or 5905923. OLE color: 5905923.

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

Color convert

RGB 3 30 90 -
CMYK 0.97 0.67 0 0.65
HSL 221.38º 0.94% 0.18% -
HSV(B) 221.38º 0.97% 0.35% -
XYZ 2.35 1.69 9.87 -
YUV 28.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 3 30 90 0.97 0.67 0 0.65 221.38 0.94 0.18
Hex 3 1E 5A 61 43 0 41 DD 5E 12
Octal 3 36 132 141 103 0 101 335 136 22
Binary 11 11110 1011010 1100001 1000011 0 1000001 11011101 1011110 10010

Color Harmonies of #031E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E5A

Black with #031E5A

Text Example


Text Example

White with #031E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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