Html Css Color HEX #031255 Sapphire

📋 copy color: '#031255'

red 3 ◦ green 18 ◦ blue 85

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

Shades of Sapphire #031255

Tints of Sapphire #031255

RGB

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

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

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

R = 2.83%
G = 16.98%
B = 80.19%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#031255 (or 0x031255) is known color: Sapphire. HEX triplet: 03, 12 and 55. RGB value is (3,18,85). Sum of RGB (Red+Green+Blue) = 3+18+85=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 85 (33.59% from 255 or 80.19% from 106); Max value from RGB is 85 - color contains mainly: blue. Hex color #031255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031255 is #FCEDAA. Grayscale: #141414. Windows color (decimal): -16575915 or 5575171. OLE color: 5575171.

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

Color convert

RGB 3 18 85 -
CMYK 0.96 0.79 0 0.67
HSL 229.02º 0.93% 0.17% -
HSV(B) 229.02º 0.96% 0.33% -
XYZ 1.89 1.11 8.71 -
YUV 21.15 164.03 115.05 -
System Red Green Blue C M Y K H S L
Decimal 3 18 85 0.96 0.79 0 0.67 229.02 0.93 0.17
Hex 3 12 55 60 4F 0 43 E5 5D 11
Octal 3 22 125 140 117 0 103 345 135 21
Binary 11 10010 1010101 1100000 1001111 0 1000011 11100101 1011101 10001

Color Harmonies of #031255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031255

Black with #031255

Text Example


Text Example

White with #031255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031255; }

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

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

background-color css

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

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

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

border-color css

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

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

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