Html Css Color HEX #031AC9 Medium Blue

📋 copy color: '#031AC9'

red 3 ◦ green 26 ◦ blue 201

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

Shades of Medium Blue #031AC9

Tints of Medium Blue #031AC9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.3%

 BLUE value IS 201 (78.91% from 255) = 87.39%

R = 1.3%
G = 11.3%
B = 87.39%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#031AC9 (or 0x031AC9) is known color: Medium Blue. HEX triplet: 03, 1A and C9. RGB value is (3,26,201). Sum of RGB (Red+Green+Blue) = 3+26+201=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 201 (78.91% from 255 or 87.39% from 230); Max value from RGB is 201 - color contains mainly: blue. Hex color #031AC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031AC9 is #FCE536. Grayscale: #262626. Windows color (decimal): -16573751 or 13179395. OLE color: 13179395.

HSL color Cylindrical-coordinate representation of color #031AC9: hue angle of 233.03º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031AC9 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 26 201 -
CMYK 0.99 0.87 0 0.21
HSL 233.03º 0.97% 0.4% -
HSV(B) 233.03º 0.99% 0.79% -
XYZ 10.95 4.98 55.64 -
YUV 39.07 219.38 102.27 -
System Red Green Blue C M Y K H S L
Decimal 3 26 201 0.99 0.87 0 0.21 233.03 0.97 0.4
Hex 3 1A C9 63 57 0 15 E9 61 28
Octal 3 32 311 143 127 0 25 351 141 50
Binary 11 11010 11001001 1100011 1010111 0 10101 11101001 1100001 101000

Color Harmonies of #031AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031AC9

Black with #031AC9

Text Example


Text Example

White with #031AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031AC9; }

 p { color: rgb(3,26,201); }

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

background-color css

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

 a { background-color: rgb(3,26,201); }

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

border-color css

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

 span { border-color: rgb(3,26,201); }

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