Html Css Color HEX #031365 Sapphire

📋 copy color: '#031365'

red 3 ◦ green 19 ◦ blue 101

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

Shades of Sapphire #031365

Tints of Sapphire #031365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 82.11%

R = 2.44%
G = 15.45%
B = 82.11%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#031365 (or 0x031365) is known color: Sapphire. HEX triplet: 03, 13 and 65. RGB value is (3,19,101). Sum of RGB (Red+Green+Blue) = 3+19+101=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 101 (39.84% from 255 or 82.11% from 123); Max value from RGB is 101 - color contains mainly: blue. Hex color #031365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031365 is #FCEC9A. Grayscale: #171717. Windows color (decimal): -16575643 or 6624003. OLE color: 6624003.

HSL color Cylindrical-coordinate representation of color #031365: hue angle of 230.2º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031365 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 19 101 -
CMYK 0.97 0.81 0 0.60
HSL 230.2º 0.94% 0.2% -
HSV(B) 230.2º 0.97% 0.4% -
XYZ 2.62 1.42 12.45 -
YUV 23.56 171.7 113.33 -
System Red Green Blue C M Y K H S L
Decimal 3 19 101 0.97 0.81 0 0.60 230.2 0.94 0.2
Hex 3 13 65 61 51 0 3C E6 5E 14
Octal 3 23 145 141 121 0 74 346 136 24
Binary 11 10011 1100101 1100001 1010001 0 111100 11100110 1011110 10100

Color Harmonies of #031365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031365

Black with #031365

Text Example


Text Example

White with #031365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031365; }

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

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

background-color css

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

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

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

border-color css

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

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

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