Html Css Color HEX #0905BC Medium Blue

📋 copy color: '#0905BC'

red 9 ◦ green 5 ◦ blue 188

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

Shades of Medium Blue #0905BC

Tints of Medium Blue #0905BC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.48%

 BLUE value IS 188 (73.83% from 255) = 93.07%

R = 4.46%
G = 2.48%
B = 93.07%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0905BC (or 0x0905BC) is known color: Medium Blue. HEX triplet: 09, 05 and BC. RGB value is (9,5,188). Sum of RGB (Red+Green+Blue) = 9+5+188=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 188 (73.83% from 255 or 93.07% from 202); Max value from RGB is 188 - color contains mainly: blue. Hex color #0905BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0905BC is #F6FA43. Grayscale: #1A1A1A. Windows color (decimal): -16185924 or 12322057. OLE color: 12322057.

HSL color Cylindrical-coordinate representation of color #0905BC: hue angle of 241.31º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0905BC is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 5 188 -
CMYK 0.95 0.97 0 0.26
HSL 241.31º 0.95% 0.38% -
HSV(B) 241.31º 0.97% 0.74% -
XYZ 9.24 3.8 47.82 -
YUV 27.06 218.83 115.12 -
System Red Green Blue C M Y K H S L
Decimal 9 5 188 0.95 0.97 0 0.26 241.31 0.95 0.38
Hex 9 5 BC 5F 61 0 1A F1 5F 26
Octal 11 5 274 137 141 0 32 361 137 46
Binary 1001 101 10111100 1011111 1100001 0 11010 11110001 1011111 100110

Color Harmonies of #0905BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0905BC

Black with #0905BC

Text Example


Text Example

White with #0905BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0905BC; }

 p { color: rgb(9,5,188); }

 H1.HeaderClassName
 {
   color: #0905BC;
 }
 .AnyTagClassName
 {
   color: #0905BC;
 }
</style>

background-color css

<style>
 a { background-color: #0905BC; }

 a { background-color: rgb(9,5,188); }

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

border-color css

<style>
 span { border-color: #0905BC; }

 span { border-color: rgb(9,5,188); }

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