Html Css Color HEX #0312DB Medium Blue

📋 copy color: '#0312DB'

red 3 ◦ green 18 ◦ blue 219

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

Shades of Medium Blue #0312DB

Tints of Medium Blue #0312DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.5%

 BLUE value IS 219 (85.94% from 255) = 91.25%

R = 1.25%
G = 7.5%
B = 91.25%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0312DB (or 0x0312DB) is known color: Medium Blue. HEX triplet: 03, 12 and DB. RGB value is (3,18,219). Sum of RGB (Red+Green+Blue) = 3+18+219=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 219 (85.94% from 255 or 91.25% from 240); Max value from RGB is 219 - color contains mainly: blue. Hex color #0312DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0312DB is #FCED24. Grayscale: #232323. Windows color (decimal): -16575781 or 14356995. OLE color: 14356995.

HSL color Cylindrical-coordinate representation of color #0312DB: hue angle of 235.83º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0312DB is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 18 219 -
CMYK 0.99 0.92 0 0.14
HSL 235.83º 0.97% 0.44% -
HSV(B) 235.83º 0.99% 0.86% -
XYZ 13.04 5.57 67.4 -
YUV 36.43 231.03 104.16 -
System Red Green Blue C M Y K H S L
Decimal 3 18 219 0.99 0.92 0 0.14 235.83 0.97 0.44
Hex 3 12 DB 63 5C 0 E EC 61 2C
Octal 3 22 333 143 134 0 16 354 141 54
Binary 11 10010 11011011 1100011 1011100 0 1110 11101100 1100001 101100

Color Harmonies of #0312DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0312DB

Black with #0312DB

Text Example


Text Example

White with #0312DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0312DB; }

 p { color: rgb(3,18,219); }

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

background-color css

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

 a { background-color: rgb(3,18,219); }

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

border-color css

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

 span { border-color: rgb(3,18,219); }

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