Html Css Color HEX #0104DB Medium Blue

📋 copy color: '#0104DB'

red 1 ◦ green 4 ◦ blue 219

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

Shades of Medium Blue #0104DB

Tints of Medium Blue #0104DB

RGB

 RED value IS 1 (0.78% from 255) = 0.45%

 GREEN value IS 4 (1.95% from 255) = 1.79%

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

R = 0.45%
G = 1.79%
B = 97.77%

CMYK

 C value IS 1.00

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0104DB (or 0x0104DB) is known color: Medium Blue. HEX triplet: 01, 04 and DB. RGB value is (1,4,219). Sum of RGB (Red+Green+Blue) = 1+4+219=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 219 (85.94% from 255 or 97.77% from 224); Max value from RGB is 219 - color contains mainly: blue. Hex color #0104DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0104DB is #FEFB24. Grayscale: #1A1A1A. Windows color (decimal): -16710437 or 14353409. OLE color: 14353409.

HSL color Cylindrical-coordinate representation of color #0104DB: hue angle of 239.17º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0104DB is Cyan = 1.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 4 219 -
CMYK 1.00 0.98 0 0.14
HSL 239.17º 0.99% 0.43% -
HSV(B) 239.17º 1% 0.86% -
XYZ 12.84 5.21 67.35 -
YUV 27.61 236.01 109.02 -
System Red Green Blue C M Y K H S L
Decimal 1 4 219 1.00 0.98 0 0.14 239.17 0.99 0.43
Hex 1 4 DB 64 62 0 E EF 63 2B
Octal 1 4 333 144 142 0 16 357 143 53
Binary 1 100 11011011 1100100 1100010 0 1110 11101111 1100011 101011

Color Harmonies of #0104DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0104DB

Black with #0104DB

Text Example


Text Example

White with #0104DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,4,219); }

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

background-color css

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

 a { background-color: rgb(1,4,219); }

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

border-color css

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

 span { border-color: rgb(1,4,219); }

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