Html Css Color HEX #0912BE Medium Blue

📋 copy color: '#0912BE'

red 9 ◦ green 18 ◦ blue 190

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

Shades of Medium Blue #0912BE

Tints of Medium Blue #0912BE

RGB

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

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

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

R = 4.15%
G = 8.29%
B = 87.56%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0912BE (or 0x0912BE) is known color: Medium Blue. HEX triplet: 09, 12 and BE. RGB value is (9,18,190). Sum of RGB (Red+Green+Blue) = 9+18+190=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 190 (74.61% from 255 or 87.56% from 217); Max value from RGB is 190 - color contains mainly: blue. Hex color #0912BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0912BE is #F6ED41. Grayscale: #222222. Windows color (decimal): -16182594 or 12456457. OLE color: 12456457.

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

Color convert

RGB 9 18 190 -
CMYK 0.95 0.91 0 0.25
HSL 237.02º 0.91% 0.39% -
HSV(B) 237.02º 0.95% 0.75% -
XYZ 9.62 4.21 49.02 -
YUV 34.92 215.52 109.51 -
System Red Green Blue C M Y K H S L
Decimal 9 18 190 0.95 0.91 0 0.25 237.02 0.91 0.39
Hex 9 12 BE 5F 5B 0 19 ED 5B 27
Octal 11 22 276 137 133 0 31 355 133 47
Binary 1001 10010 10111110 1011111 1011011 0 11001 11101101 1011011 100111

Color Harmonies of #0912BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0912BE

Black with #0912BE

Text Example


Text Example

White with #0912BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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