Html Css Color HEX #031555 Sapphire

📋 copy color: '#031555'

red 3 ◦ green 21 ◦ blue 85

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

Shades of Sapphire #031555

Tints of Sapphire #031555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.27%

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

R = 2.75%
G = 19.27%
B = 77.98%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#031555 (or 0x031555) is known color: Sapphire. HEX triplet: 03, 15 and 55. RGB value is (3,21,85). Sum of RGB (Red+Green+Blue) = 3+21+85=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 85 (33.59% from 255 or 77.98% from 109); Max value from RGB is 85 - color contains mainly: blue. Hex color #031555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031555 is #FCEAAA. Grayscale: #161616. Windows color (decimal): -16575147 or 5575939. OLE color: 5575939.

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

Color convert

RGB 3 21 85 -
CMYK 0.96 0.75 0 0.67
HSL 226.83º 0.93% 0.17% -
HSV(B) 226.83º 0.96% 0.33% -
XYZ 1.95 1.21 8.73 -
YUV 22.91 163.04 113.8 -
System Red Green Blue C M Y K H S L
Decimal 3 21 85 0.96 0.75 0 0.67 226.83 0.93 0.17
Hex 3 15 55 60 4B 0 43 E3 5D 11
Octal 3 25 125 140 113 0 103 343 135 21
Binary 11 10101 1010101 1100000 1001011 0 1000011 11100011 1011101 10001

Color Harmonies of #031555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031555

Black with #031555

Text Example


Text Example

White with #031555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031555; }

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

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

background-color css

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

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

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

border-color css

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

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

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