Html Css Color HEX #031E82 Sapphire

📋 copy color: '#031E82'

red 3 ◦ green 30 ◦ blue 130

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

Shades of Sapphire #031E82

Tints of Sapphire #031E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 79.75%

R = 1.84%
G = 18.4%
B = 79.75%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#031E82 (or 0x031E82) is known color: Sapphire. HEX triplet: 03, 1E and 82. RGB value is (3,30,130). Sum of RGB (Red+Green+Blue) = 3+30+130=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 130 (51.17% from 255 or 79.75% from 163); Max value from RGB is 130 - color contains mainly: blue. Hex color #031E82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031E82 is #FCE17D. Grayscale: #202020. Windows color (decimal): -16572798 or 8527363. OLE color: 8527363.

HSL color Cylindrical-coordinate representation of color #031E82: hue angle of 227.24º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031E82 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 30 130 -
CMYK 0.98 0.77 0 0.49
HSL 227.24º 0.95% 0.26% -
HSV(B) 227.24º 0.98% 0.51% -
XYZ 4.53 2.56 21.37 -
YUV 33.33 182.55 106.37 -
System Red Green Blue C M Y K H S L
Decimal 3 30 130 0.98 0.77 0 0.49 227.24 0.95 0.26
Hex 3 1E 82 62 4D 0 31 E3 5F 1A
Octal 3 36 202 142 115 0 61 343 137 32
Binary 11 11110 10000010 1100010 1001101 0 110001 11100011 1011111 11010

Color Harmonies of #031E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E82

Black with #031E82

Text Example


Text Example

White with #031E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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