Html Css Color HEX #0910CB Medium Blue

📋 copy color: '#0910CB'

red 9 ◦ green 16 ◦ blue 203

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

Shades of Medium Blue #0910CB

Tints of Medium Blue #0910CB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.02%

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

R = 3.95%
G = 7.02%
B = 89.04%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0910CB (or 0x0910CB) is known color: Medium Blue. HEX triplet: 09, 10 and CB. RGB value is (9,16,203). Sum of RGB (Red+Green+Blue) = 9+16+203=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 203 (79.69% from 255 or 89.04% from 228); Max value from RGB is 203 - color contains mainly: blue. Hex color #0910CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0910CB is #F6EF34. Grayscale: #222222. Windows color (decimal): -16183093 or 13307913. OLE color: 13307913.

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

Color convert

RGB 9 16 203 -
CMYK 0.96 0.92 0 0.20
HSL 237.84º 0.92% 0.42% -
HSV(B) 237.84º 0.96% 0.8% -
XYZ 11.08 4.74 56.83 -
YUV 35.23 222.68 109.29 -
System Red Green Blue C M Y K H S L
Decimal 9 16 203 0.96 0.92 0 0.20 237.84 0.92 0.42
Hex 9 10 CB 60 5C 0 14 EE 5C 2A
Octal 11 20 313 140 134 0 24 356 134 52
Binary 1001 10000 11001011 1100000 1011100 0 10100 11101110 1011100 101010

Color Harmonies of #0910CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0910CB

Black with #0910CB

Text Example


Text Example

White with #0910CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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