Html Css Color HEX #031A6E Sapphire

📋 copy color: '#031A6E'

red 3 ◦ green 26 ◦ blue 110

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

Shades of Sapphire #031A6E

Tints of Sapphire #031A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 79.14%

R = 2.16%
G = 18.71%
B = 79.14%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#031A6E (or 0x031A6E) is known color: Sapphire. HEX triplet: 03, 1A and 6E. RGB value is (3,26,110). Sum of RGB (Red+Green+Blue) = 3+26+110=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 110 (43.36% from 255 or 79.14% from 139); Max value from RGB is 110 - color contains mainly: blue. Hex color #031A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A6E is #FCE591. Grayscale: #1C1C1C. Windows color (decimal): -16573842 or 7215619. OLE color: 7215619.

HSL color Cylindrical-coordinate representation of color #031A6E: hue angle of 227.1º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031A6E is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 26 110 -
CMYK 0.97 0.76 0 0.57
HSL 227.1º 0.95% 0.22% -
HSV(B) 227.1º 0.97% 0.43% -
XYZ 3.22 1.88 14.95 -
YUV 28.7 173.88 109.67 -
System Red Green Blue C M Y K H S L
Decimal 3 26 110 0.97 0.76 0 0.57 227.1 0.95 0.22
Hex 3 1A 6E 61 4C 0 39 E3 5F 16
Octal 3 32 156 141 114 0 71 343 137 26
Binary 11 11010 1101110 1100001 1001100 0 111001 11100011 1011111 10110

Color Harmonies of #031A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A6E

Black with #031A6E

Text Example


Text Example

White with #031A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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