Html Css Color HEX #031565 Sapphire

📋 copy color: '#031565'

red 3 ◦ green 21 ◦ blue 101

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

Shades of Sapphire #031565

Tints of Sapphire #031565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.8%

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

R = 2.4%
G = 16.8%
B = 80.8%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#031565 (or 0x031565) is known color: Sapphire. HEX triplet: 03, 15 and 65. RGB value is (3,21,101). Sum of RGB (Red+Green+Blue) = 3+21+101=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 101 (39.84% from 255 or 80.8% from 125); Max value from RGB is 101 - color contains mainly: blue. Hex color #031565 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031565 is #FCEA9A. Grayscale: #181818. Windows color (decimal): -16575131 or 6624515. OLE color: 6624515.

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

Color convert

RGB 3 21 101 -
CMYK 0.97 0.79 0 0.60
HSL 228.98º 0.94% 0.2% -
HSV(B) 228.98º 0.97% 0.4% -
XYZ 2.65 1.5 12.46 -
YUV 24.74 171.04 112.5 -
System Red Green Blue C M Y K H S L
Decimal 3 21 101 0.97 0.79 0 0.60 228.98 0.94 0.2
Hex 3 15 65 61 4F 0 3C E5 5E 14
Octal 3 25 145 141 117 0 74 345 136 24
Binary 11 10101 1100101 1100001 1001111 0 111100 11100101 1011110 10100

Color Harmonies of #031565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031565

Black with #031565

Text Example


Text Example

White with #031565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031565; }

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

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

background-color css

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

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

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

border-color css

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

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

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