Html Css Color HEX #031065 Sapphire

📋 copy color: '#031065'

red 3 ◦ green 16 ◦ blue 101

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

Shades of Sapphire #031065

Tints of Sapphire #031065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.33%

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

R = 2.5%
G = 13.33%
B = 84.17%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#031065 (or 0x031065) is known color: Sapphire. HEX triplet: 03, 10 and 65. RGB value is (3,16,101). Sum of RGB (Red+Green+Blue) = 3+16+101=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 101 (39.84% from 255 or 84.17% from 120); Max value from RGB is 101 - color contains mainly: blue. Hex color #031065 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031065 is #FCEF9A. Grayscale: #151515. Windows color (decimal): -16576411 or 6623235. OLE color: 6623235.

HSL color Cylindrical-coordinate representation of color #031065: hue angle of 232.04º 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 #031065 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 16 101 -
CMYK 0.97 0.84 0 0.60
HSL 232.04º 0.94% 0.2% -
HSV(B) 232.04º 0.97% 0.4% -
XYZ 2.57 1.33 12.43 -
YUV 21.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 3 16 101 0.97 0.84 0 0.60 232.04 0.94 0.2
Hex 3 10 65 61 54 0 3C E8 5E 14
Octal 3 20 145 141 124 0 74 350 136 24
Binary 11 10000 1100101 1100001 1010100 0 111100 11101000 1011110 10100

Color Harmonies of #031065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031065

Black with #031065

Text Example


Text Example

White with #031065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031065; }

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

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

background-color css

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

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

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

border-color css

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

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

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