Html Css Color HEX #031155 Sapphire

📋 copy color: '#031155'

red 3 ◦ green 17 ◦ blue 85

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

Shades of Sapphire #031155

Tints of Sapphire #031155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.19%

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

R = 2.86%
G = 16.19%
B = 80.95%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#031155 (or 0x031155) is known color: Sapphire. HEX triplet: 03, 11 and 55. RGB value is (3,17,85). Sum of RGB (Red+Green+Blue) = 3+17+85=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 85 (33.59% from 255 or 80.95% from 105); Max value from RGB is 85 - color contains mainly: blue. Hex color #031155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031155 is #FCEEAA. Grayscale: #141414. Windows color (decimal): -16576171 or 5574915. OLE color: 5574915.

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

Color convert

RGB 3 17 85 -
CMYK 0.96 0.80 0 0.67
HSL 229.76º 0.93% 0.17% -
HSV(B) 229.76º 0.96% 0.33% -
XYZ 1.88 1.08 8.7 -
YUV 20.57 164.36 115.47 -
System Red Green Blue C M Y K H S L
Decimal 3 17 85 0.96 0.80 0 0.67 229.76 0.93 0.17
Hex 3 11 55 60 50 0 43 E6 5D 11
Octal 3 21 125 140 120 0 103 346 135 21
Binary 11 10001 1010101 1100000 1010000 0 1000011 11100110 1011101 10001

Color Harmonies of #031155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031155

Black with #031155

Text Example


Text Example

White with #031155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031155; }

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

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

background-color css

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

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

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

border-color css

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

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

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