Html Css Color HEX #031355 Sapphire

📋 copy color: '#031355'

red 3 ◦ green 19 ◦ blue 85

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

Shades of Sapphire #031355

Tints of Sapphire #031355

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.76%

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

R = 2.8%
G = 17.76%
B = 79.44%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#031355 (or 0x031355) is known color: Sapphire. HEX triplet: 03, 13 and 55. RGB value is (3,19,85). Sum of RGB (Red+Green+Blue) = 3+19+85=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 85 (33.59% from 255 or 79.44% from 107); Max value from RGB is 85 - color contains mainly: blue. Hex color #031355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031355 is #FCECAA. Grayscale: #151515. Windows color (decimal): -16575659 or 5575427. OLE color: 5575427.

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

Color convert

RGB 3 19 85 -
CMYK 0.96 0.78 0 0.67
HSL 228.29º 0.93% 0.17% -
HSV(B) 228.29º 0.96% 0.33% -
XYZ 1.91 1.14 8.71 -
YUV 21.74 163.7 114.63 -
System Red Green Blue C M Y K H S L
Decimal 3 19 85 0.96 0.78 0 0.67 228.29 0.93 0.17
Hex 3 13 55 60 4E 0 43 E4 5D 11
Octal 3 23 125 140 116 0 103 344 135 21
Binary 11 10011 1010101 1100000 1001110 0 1000011 11100100 1011101 10001

Color Harmonies of #031355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031355

Black with #031355

Text Example


Text Example

White with #031355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031355; }

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

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

background-color css

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

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

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

border-color css

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

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

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