Html Css Color HEX #031455 Sapphire

📋 copy color: '#031455'

red 3 ◦ green 20 ◦ blue 85

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

Shades of Sapphire #031455

Tints of Sapphire #031455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.52%

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

R = 2.78%
G = 18.52%
B = 78.7%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#031455 (or 0x031455) is known color: Sapphire. HEX triplet: 03, 14 and 55. RGB value is (3,20,85). Sum of RGB (Red+Green+Blue) = 3+20+85=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 85 (33.59% from 255 or 78.70% from 108); Max value from RGB is 85 - color contains mainly: blue. Hex color #031455 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031455 is #FCEBAA. Grayscale: #161616. Windows color (decimal): -16575403 or 5575683. OLE color: 5575683.

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

Color convert

RGB 3 20 85 -
CMYK 0.96 0.76 0 0.67
HSL 227.56º 0.93% 0.17% -
HSV(B) 227.56º 0.96% 0.33% -
XYZ 1.93 1.18 8.72 -
YUV 22.33 163.37 114.21 -
System Red Green Blue C M Y K H S L
Decimal 3 20 85 0.96 0.76 0 0.67 227.56 0.93 0.17
Hex 3 14 55 60 4C 0 43 E4 5D 11
Octal 3 24 125 140 114 0 103 344 135 21
Binary 11 10100 1010101 1100000 1001100 0 1000011 11100100 1011101 10001

Color Harmonies of #031455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031455

Black with #031455

Text Example


Text Example

White with #031455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031455; }

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

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

background-color css

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

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

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

border-color css

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

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

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