Html Css Color HEX #1209BB Medium Blue

📋 copy color: '#1209BB'

red 18 ◦ green 9 ◦ blue 187

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

Shades of Medium Blue #1209BB

Tints of Medium Blue #1209BB

RGB

 RED value IS 18 (7.42% from 255) = 8.41%

 GREEN value IS 9 (3.91% from 255) = 4.21%

 BLUE value IS 187 (73.44% from 255) = 87.38%

R = 8.41%
G = 4.21%
B = 87.38%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1209BB (or 0x1209BB) is known color: Medium Blue. HEX triplet: 12, 09 and BB. RGB value is (18,9,187). Sum of RGB (Red+Green+Blue) = 18+9+187=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 187 (73.44% from 255 or 87.38% from 214); Max value from RGB is 187 - color contains mainly: blue. Hex color #1209BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1209BB is #EDF644. Grayscale: #1F1F1F. Windows color (decimal): -15595077 or 12257554. OLE color: 12257554.

HSL color Cylindrical-coordinate representation of color #1209BB: hue angle of 243.03º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1209BB is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 9 187 -
CMYK 0.90 0.95 0 0.27
HSL 243.03º 0.91% 0.38% -
HSV(B) 243.03º 0.95% 0.73% -
XYZ 9.32 3.91 47.28 -
YUV 31.98 215.48 118.03 -
System Red Green Blue C M Y K H S L
Decimal 18 9 187 0.90 0.95 0 0.27 243.03 0.91 0.38
Hex 12 9 BB 5A 5F 0 1B F3 5B 26
Octal 22 11 273 132 137 0 33 363 133 46
Binary 10010 1001 10111011 1011010 1011111 0 11011 11110011 1011011 100110

Color Harmonies of #1209BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1209BB

Black with #1209BB

Text Example


Text Example

White with #1209BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1209BB; }

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

 H1.HeaderClassName
 {
   color: #1209BB;
 }
 .AnyTagClassName
 {
   color: #1209BB;
 }
</style>

background-color css

<style>
 a { background-color: #1209BB; }

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

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

border-color css

<style>
 span { border-color: #1209BB; }

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

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