Html Css Color HEX #0912CB Medium Blue

📋 copy color: '#0912CB'

red 9 ◦ green 18 ◦ blue 203

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

Shades of Medium Blue #0912CB

Tints of Medium Blue #0912CB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.83%

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

R = 3.91%
G = 7.83%
B = 88.26%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0912CB (or 0x0912CB) is known color: Medium Blue. HEX triplet: 09, 12 and CB. RGB value is (9,18,203). Sum of RGB (Red+Green+Blue) = 9+18+203=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 203 (79.69% from 255 or 88.26% from 230); Max value from RGB is 203 - color contains mainly: blue. Hex color #0912CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0912CB is #F6ED34. Grayscale: #232323. Windows color (decimal): -16182581 or 13308425. OLE color: 13308425.

HSL color Cylindrical-coordinate representation of color #0912CB: hue angle of 237.22º 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 #0912CB is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 18 203 -
CMYK 0.96 0.91 0 0.20
HSL 237.22º 0.92% 0.42% -
HSV(B) 237.22º 0.96% 0.8% -
XYZ 11.11 4.8 56.84 -
YUV 36.4 222.02 108.46 -
System Red Green Blue C M Y K H S L
Decimal 9 18 203 0.96 0.91 0 0.20 237.22 0.92 0.42
Hex 9 12 CB 60 5B 0 14 ED 5C 2A
Octal 11 22 313 140 133 0 24 355 134 52
Binary 1001 10010 11001011 1100000 1011011 0 10100 11101101 1011100 101010

Color Harmonies of #0912CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0912CB

Black with #0912CB

Text Example


Text Example

White with #0912CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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