Html Css Color HEX #031A4D Sapphire

📋 copy color: '#031A4D'

red 3 ◦ green 26 ◦ blue 77

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

Shades of Sapphire #031A4D

Tints of Sapphire #031A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 72.64%

R = 2.83%
G = 24.53%
B = 72.64%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#031A4D (or 0x031A4D) is known color: Sapphire. HEX triplet: 03, 1A and 4D. RGB value is (3,26,77). Sum of RGB (Red+Green+Blue) = 3+26+77=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 77 (30.47% from 255 or 72.64% from 106); Max value from RGB is 77 - color contains mainly: blue. Hex color #031A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A4D is #FCE5B2. Grayscale: #181818. Windows color (decimal): -16573875 or 5052931. OLE color: 5052931.

HSL color Cylindrical-coordinate representation of color #031A4D: hue angle of 221.35º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031A4D is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 26 77 -
CMYK 0.96 0.66 0 0.70
HSL 221.35º 0.93% 0.16% -
HSV(B) 221.35º 0.96% 0.3% -
XYZ 1.75 1.29 7.18 -
YUV 24.94 157.38 112.35 -
System Red Green Blue C M Y K H S L
Decimal 3 26 77 0.96 0.66 0 0.70 221.35 0.93 0.16
Hex 3 1A 4D 60 42 0 46 DD 5C 10
Octal 3 32 115 140 102 0 106 335 134 20
Binary 11 11010 1001101 1100000 1000010 0 1000110 11011101 1011100 10000

Color Harmonies of #031A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A4D

Black with #031A4D

Text Example


Text Example

White with #031A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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