Html Css Color HEX #031851 Sapphire

📋 copy color: '#031851'

red 3 ◦ green 24 ◦ blue 81

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

Shades of Sapphire #031851

Tints of Sapphire #031851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.22%

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

R = 2.78%
G = 22.22%
B = 75%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#031851 (or 0x031851) is known color: Sapphire. HEX triplet: 03, 18 and 51. RGB value is (3,24,81). Sum of RGB (Red+Green+Blue) = 3+24+81=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 81 (32.03% from 255 or 75% from 108); Max value from RGB is 81 - color contains mainly: blue. Hex color #031851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031851 is #FCE7AE. Grayscale: #171717. Windows color (decimal): -16574383 or 5314563. OLE color: 5314563.

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

Color convert

RGB 3 24 81 -
CMYK 0.96 0.70 0 0.68
HSL 223.85º 0.93% 0.16% -
HSV(B) 223.85º 0.96% 0.32% -
XYZ 1.85 1.27 7.93 -
YUV 24.22 160.04 112.87 -
System Red Green Blue C M Y K H S L
Decimal 3 24 81 0.96 0.70 0 0.68 223.85 0.93 0.16
Hex 3 18 51 60 46 0 44 E0 5D 10
Octal 3 30 121 140 106 0 104 340 135 20
Binary 11 11000 1010001 1100000 1000110 0 1000100 11100000 1011101 10000

Color Harmonies of #031851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031851

Black with #031851

Text Example


Text Example

White with #031851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031851; }

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

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

background-color css

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

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

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

border-color css

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

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

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