Html Css Color HEX #031D54 Sapphire

📋 copy color: '#031D54'

red 3 ◦ green 29 ◦ blue 84

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

Shades of Sapphire #031D54

Tints of Sapphire #031D54

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25%

 BLUE value IS 84 (33.2% from 255) = 72.41%

R = 2.59%
G = 25%
B = 72.41%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#031D54 (or 0x031D54) is known color: Sapphire. HEX triplet: 03, 1D and 54. RGB value is (3,29,84). Sum of RGB (Red+Green+Blue) = 3+29+84=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 84 (33.20% from 255 or 72.41% from 116); Max value from RGB is 84 - color contains mainly: blue. Hex color #031D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D54 is #FCE2AB. Grayscale: #1B1B1B. Windows color (decimal): -16573100 or 5512451. OLE color: 5512451.

HSL color Cylindrical-coordinate representation of color #031D54: hue angle of 220.74º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031D54 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 29 84 -
CMYK 0.96 0.65 0 0.67
HSL 220.74º 0.93% 0.17% -
HSV(B) 220.74º 0.96% 0.33% -
XYZ 2.08 1.54 8.57 -
YUV 27.5 159.89 110.53 -
System Red Green Blue C M Y K H S L
Decimal 3 29 84 0.96 0.65 0 0.67 220.74 0.93 0.17
Hex 3 1D 54 60 41 0 43 DD 5D 11
Octal 3 35 124 140 101 0 103 335 135 21
Binary 11 11101 1010100 1100000 1000001 0 1000011 11011101 1011101 10001

Color Harmonies of #031D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D54

Black with #031D54

Text Example


Text Example

White with #031D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,29,84); }

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

background-color css

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

 a { background-color: rgb(3,29,84); }

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

border-color css

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

 span { border-color: rgb(3,29,84); }

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