Html Css Color HEX #031855 Sapphire

📋 copy color: '#031855'

red 3 ◦ green 24 ◦ blue 85

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

Shades of Sapphire #031855

Tints of Sapphire #031855

RGB

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

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

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

R = 2.68%
G = 21.43%
B = 75.89%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#031855 (or 0x031855) is known color: Sapphire. HEX triplet: 03, 18 and 55. RGB value is (3,24,85). Sum of RGB (Red+Green+Blue) = 3+24+85=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 85 (33.59% from 255 or 75.89% from 112); Max value from RGB is 85 - color contains mainly: blue. Hex color #031855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031855 is #FCE7AA. Grayscale: #181818. Windows color (decimal): -16574379 or 5576707. OLE color: 5576707.

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

Color convert

RGB 3 24 85 -
CMYK 0.96 0.72 0 0.67
HSL 224.63º 0.93% 0.17% -
HSV(B) 224.63º 0.96% 0.33% -
XYZ 2 1.33 8.75 -
YUV 24.68 162.04 112.54 -
System Red Green Blue C M Y K H S L
Decimal 3 24 85 0.96 0.72 0 0.67 224.63 0.93 0.17
Hex 3 18 55 60 48 0 43 E1 5D 11
Octal 3 30 125 140 110 0 103 341 135 21
Binary 11 11000 1010101 1100000 1001000 0 1000011 11100001 1011101 10001

Color Harmonies of #031855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031855

Black with #031855

Text Example


Text Example

White with #031855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031855; }

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

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

background-color css

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

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

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

border-color css

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

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

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