Html Css Color HEX #1208BB Medium Blue

📋 copy color: '#1208BB'

red 18 ◦ green 8 ◦ blue 187

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

Shades of Medium Blue #1208BB

Tints of Medium Blue #1208BB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.76%

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

R = 8.45%
G = 3.76%
B = 87.79%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1208BB (or 0x1208BB) is known color: Medium Blue. HEX triplet: 12, 08 and BB. RGB value is (18,8,187). Sum of RGB (Red+Green+Blue) = 18+8+187=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 187 (73.44% from 255 or 87.79% from 213); Max value from RGB is 187 - color contains mainly: blue. Hex color #1208BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1208BB is #EDF744. Grayscale: #1E1E1E. Windows color (decimal): -15595333 or 12257298. OLE color: 12257298.

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

Color convert

RGB 18 8 187 -
CMYK 0.90 0.96 0 0.27
HSL 243.35º 0.92% 0.38% -
HSV(B) 243.35º 0.96% 0.73% -
XYZ 9.31 3.89 47.27 -
YUV 31.4 215.81 118.45 -
System Red Green Blue C M Y K H S L
Decimal 18 8 187 0.90 0.96 0 0.27 243.35 0.92 0.38
Hex 12 8 BB 5A 60 0 1B F3 5C 26
Octal 22 10 273 132 140 0 33 363 134 46
Binary 10010 1000 10111011 1011010 1100000 0 11011 11110011 1011100 100110

Color Harmonies of #1208BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1208BB

Black with #1208BB

Text Example


Text Example

White with #1208BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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