Html Css Color HEX #031251 Sapphire

📋 copy color: '#031251'

red 3 ◦ green 18 ◦ blue 81

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

Shades of Sapphire #031251

Tints of Sapphire #031251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.65%

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

R = 2.94%
G = 17.65%
B = 79.41%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#031251 (or 0x031251) is known color: Sapphire. HEX triplet: 03, 12 and 51. RGB value is (3,18,81). Sum of RGB (Red+Green+Blue) = 3+18+81=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 81 (32.03% from 255 or 79.41% from 102); Max value from RGB is 81 - color contains mainly: blue. Hex color #031251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031251 is #FCEDAE. Grayscale: #141414. Windows color (decimal): -16575919 or 5313027. OLE color: 5313027.

HSL color Cylindrical-coordinate representation of color #031251: hue angle of 228.46º 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 #031251 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 18 81 -
CMYK 0.96 0.78 0 0.68
HSL 228.46º 0.93% 0.16% -
HSV(B) 228.46º 0.96% 0.32% -
XYZ 1.74 1.05 7.89 -
YUV 20.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 3 18 81 0.96 0.78 0 0.68 228.46 0.93 0.16
Hex 3 12 51 60 4E 0 44 E4 5D 10
Octal 3 22 121 140 116 0 104 344 135 20
Binary 11 10010 1010001 1100000 1001110 0 1000100 11100100 1011101 10000

Color Harmonies of #031251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031251

Black with #031251

Text Example


Text Example

White with #031251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031251; }

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

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

background-color css

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

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

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

border-color css

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

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

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