Html Css Color HEX #0904BE Medium Blue

📋 copy color: '#0904BE'

red 9 ◦ green 4 ◦ blue 190

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

Shades of Medium Blue #0904BE

Tints of Medium Blue #0904BE

RGB

 RED value IS 9 (3.91% from 255) = 4.43%

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

 BLUE value IS 190 (74.61% from 255) = 93.6%

R = 4.43%
G = 1.97%
B = 93.6%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0904BE (or 0x0904BE) is known color: Medium Blue. HEX triplet: 09, 04 and BE. RGB value is (9,4,190). Sum of RGB (Red+Green+Blue) = 9+4+190=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 190 (74.61% from 255 or 93.60% from 203); Max value from RGB is 190 - color contains mainly: blue. Hex color #0904BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0904BE is #F6FB41. Grayscale: #191919. Windows color (decimal): -16186178 or 12452873. OLE color: 12452873.

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

Color convert

RGB 9 4 190 -
CMYK 0.95 0.98 0 0.25
HSL 241.61º 0.96% 0.38% -
HSV(B) 241.61º 0.98% 0.75% -
XYZ 9.45 3.86 48.96 -
YUV 26.7 220.16 115.38 -
System Red Green Blue C M Y K H S L
Decimal 9 4 190 0.95 0.98 0 0.25 241.61 0.96 0.38
Hex 9 4 BE 5F 62 0 19 F2 60 26
Octal 11 4 276 137 142 0 31 362 140 46
Binary 1001 100 10111110 1011111 1100010 0 11001 11110010 1100000 100110

Color Harmonies of #0904BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0904BE

Black with #0904BE

Text Example


Text Example

White with #0904BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0904BE; }

 p { color: rgb(9,4,190); }

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

background-color css

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

 a { background-color: rgb(9,4,190); }

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

border-color css

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

 span { border-color: rgb(9,4,190); }

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