Html Css Color HEX #031B51 Sapphire

📋 copy color: '#031B51'

red 3 ◦ green 27 ◦ blue 81

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

Shades of Sapphire #031B51

Tints of Sapphire #031B51

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.32%

 BLUE value IS 81 (32.03% from 255) = 72.97%

R = 2.7%
G = 24.32%
B = 72.97%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#031B51 (or 0x031B51) is known color: Sapphire. HEX triplet: 03, 1B and 51. RGB value is (3,27,81). Sum of RGB (Red+Green+Blue) = 3+27+81=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 81 (32.03% from 255 or 72.97% from 111); Max value from RGB is 81 - color contains mainly: blue. Hex color #031B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B51 is #FCE4AE. Grayscale: #191919. Windows color (decimal): -16573615 or 5315331. OLE color: 5315331.

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

Color convert

RGB 3 27 81 -
CMYK 0.96 0.67 0 0.68
HSL 221.54º 0.93% 0.16% -
HSV(B) 221.54º 0.96% 0.32% -
XYZ 1.91 1.4 7.95 -
YUV 25.98 159.05 111.61 -
System Red Green Blue C M Y K H S L
Decimal 3 27 81 0.96 0.67 0 0.68 221.54 0.93 0.16
Hex 3 1B 51 60 43 0 44 DE 5D 10
Octal 3 33 121 140 103 0 104 336 135 20
Binary 11 11011 1010001 1100000 1000011 0 1000100 11011110 1011101 10000

Color Harmonies of #031B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031B51

Black with #031B51

Text Example


Text Example

White with #031B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,27,81); }

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

background-color css

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

 a { background-color: rgb(3,27,81); }

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

border-color css

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

 span { border-color: rgb(3,27,81); }

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