Html Css Color HEX #0905CB Medium Blue

📋 copy color: '#0905CB'

red 9 ◦ green 5 ◦ blue 203

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

Shades of Medium Blue #0905CB

Tints of Medium Blue #0905CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 93.55%

R = 4.15%
G = 2.3%
B = 93.55%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0905CB (or 0x0905CB) is known color: Medium Blue. HEX triplet: 09, 05 and CB. RGB value is (9,5,203). Sum of RGB (Red+Green+Blue) = 9+5+203=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 203 (79.69% from 255 or 93.55% from 217); Max value from RGB is 203 - color contains mainly: blue. Hex color #0905CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0905CB is #F6FA34. Grayscale: #1B1B1B. Windows color (decimal): -16185909 or 13305097. OLE color: 13305097.

HSL color Cylindrical-coordinate representation of color #0905CB: hue angle of 241.21º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0905CB is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 5 203 -
CMYK 0.96 0.98 0 0.20
HSL 241.21º 0.95% 0.41% -
HSV(B) 241.21º 0.98% 0.8% -
XYZ 10.95 4.48 56.79 -
YUV 28.77 226.33 113.9 -
System Red Green Blue C M Y K H S L
Decimal 9 5 203 0.96 0.98 0 0.20 241.21 0.95 0.41
Hex 9 5 CB 60 62 0 14 F1 5F 29
Octal 11 5 313 140 142 0 24 361 137 51
Binary 1001 101 11001011 1100000 1100010 0 10100 11110001 1011111 101001

Color Harmonies of #0905CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0905CB

Black with #0905CB

Text Example


Text Example

White with #0905CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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