Html Css Color HEX #0104BF Medium Blue

📋 copy color: '#0104BF'

red 1 ◦ green 4 ◦ blue 191

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

Shades of Medium Blue #0104BF

Tints of Medium Blue #0104BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 97.45%

R = 0.51%
G = 2.04%
B = 97.45%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0104BF (or 0x0104BF) is known color: Medium Blue. HEX triplet: 01, 04 and BF. RGB value is (1,4,191). Sum of RGB (Red+Green+Blue) = 1+4+191=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 191 (75% from 255 or 97.45% from 196); Max value from RGB is 191 - color contains mainly: blue. Hex color #0104BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0104BF is #FEFB40. Grayscale: #171717. Windows color (decimal): -16710465 or 12518401. OLE color: 12518401.

HSL color Cylindrical-coordinate representation of color #0104BF: hue angle of 239.05º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0104BF is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 4 191 -
CMYK 0.99 0.98 0 0.25
HSL 239.05º 0.99% 0.38% -
HSV(B) 239.05º 0.99% 0.75% -
XYZ 9.46 3.85 49.54 -
YUV 24.42 222.01 111.29 -
System Red Green Blue C M Y K H S L
Decimal 1 4 191 0.99 0.98 0 0.25 239.05 0.99 0.38
Hex 1 4 BF 63 62 0 19 EF 63 26
Octal 1 4 277 143 142 0 31 357 143 46
Binary 1 100 10111111 1100011 1100010 0 11001 11101111 1100011 100110

Color Harmonies of #0104BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0104BF

Black with #0104BF

Text Example


Text Example

White with #0104BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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