Html Css Color HEX #031A62 Sapphire

📋 copy color: '#031A62'

red 3 ◦ green 26 ◦ blue 98

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

Shades of Sapphire #031A62

Tints of Sapphire #031A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 77.17%

R = 2.36%
G = 20.47%
B = 77.17%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#031A62 (or 0x031A62) is known color: Sapphire. HEX triplet: 03, 1A and 62. RGB value is (3,26,98). Sum of RGB (Red+Green+Blue) = 3+26+98=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 98 (38.67% from 255 or 77.17% from 127); Max value from RGB is 98 - color contains mainly: blue. Hex color #031A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A62 is #FCE59D. Grayscale: #1B1B1B. Windows color (decimal): -16573854 or 6429187. OLE color: 6429187.

HSL color Cylindrical-coordinate representation of color #031A62: hue angle of 225.47º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031A62 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 26 98 -
CMYK 0.97 0.73 0 0.62
HSL 225.47º 0.94% 0.2% -
HSV(B) 225.47º 0.97% 0.38% -
XYZ 2.61 1.64 11.73 -
YUV 27.33 167.88 110.65 -
System Red Green Blue C M Y K H S L
Decimal 3 26 98 0.97 0.73 0 0.62 225.47 0.94 0.2
Hex 3 1A 62 61 49 0 3E E1 5E 14
Octal 3 32 142 141 111 0 76 341 136 24
Binary 11 11010 1100010 1100001 1001001 0 111110 11100001 1011110 10100

Color Harmonies of #031A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A62

Black with #031A62

Text Example


Text Example

White with #031A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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