Html Css Color HEX #0912BC Medium Blue

📋 copy color: '#0912BC'

red 9 ◦ green 18 ◦ blue 188

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

Shades of Medium Blue #0912BC

Tints of Medium Blue #0912BC

RGB

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

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

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

R = 4.19%
G = 8.37%
B = 87.44%

CMYK

 C value IS 0.95

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0912BC (or 0x0912BC) is known color: Medium Blue. HEX triplet: 09, 12 and BC. RGB value is (9,18,188). Sum of RGB (Red+Green+Blue) = 9+18+188=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 188 (73.83% from 255 or 87.44% from 215); Max value from RGB is 188 - color contains mainly: blue. Hex color #0912BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0912BC is #F6ED43. Grayscale: #222222. Windows color (decimal): -16182596 or 12325385. OLE color: 12325385.

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

Color convert

RGB 9 18 188 -
CMYK 0.95 0.90 0 0.26
HSL 236.98º 0.91% 0.39% -
HSV(B) 236.98º 0.95% 0.74% -
XYZ 9.41 4.12 47.88 -
YUV 34.69 214.52 109.68 -
System Red Green Blue C M Y K H S L
Decimal 9 18 188 0.95 0.90 0 0.26 236.98 0.91 0.39
Hex 9 12 BC 5F 5A 0 1A ED 5B 27
Octal 11 22 274 137 132 0 32 355 133 47
Binary 1001 10010 10111100 1011111 1011010 0 11010 11101101 1011011 100111

Color Harmonies of #0912BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0912BC

Black with #0912BC

Text Example


Text Example

White with #0912BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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