Html Css Color HEX #031D55 Sapphire

📋 copy color: '#031D55'

red 3 ◦ green 29 ◦ blue 85

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

Shades of Sapphire #031D55

Tints of Sapphire #031D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 72.65%

R = 2.56%
G = 24.79%
B = 72.65%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#031D55 (or 0x031D55) is known color: Sapphire. HEX triplet: 03, 1D and 55. RGB value is (3,29,85). Sum of RGB (Red+Green+Blue) = 3+29+85=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 85 (33.59% from 255 or 72.65% from 117); Max value from RGB is 85 - color contains mainly: blue. Hex color #031D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D55 is #FCE2AA. Grayscale: #1B1B1B. Windows color (decimal): -16573099 or 5577987. OLE color: 5577987.

HSL color Cylindrical-coordinate representation of color #031D55: hue angle of 220.98º 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 #031D55 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 29 85 -
CMYK 0.96 0.66 0 0.67
HSL 220.98º 0.93% 0.17% -
HSV(B) 220.98º 0.96% 0.33% -
XYZ 2.12 1.55 8.78 -
YUV 27.61 160.39 110.45 -
System Red Green Blue C M Y K H S L
Decimal 3 29 85 0.96 0.66 0 0.67 220.98 0.93 0.17
Hex 3 1D 55 60 42 0 43 DD 5D 11
Octal 3 35 125 140 102 0 103 335 135 21
Binary 11 11101 1010101 1100000 1000010 0 1000011 11011101 1011101 10001

Color Harmonies of #031D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D55

Black with #031D55

Text Example


Text Example

White with #031D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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