Html Css Color HEX #1208BC Medium Blue

📋 copy color: '#1208BC'

red 18 ◦ green 8 ◦ blue 188

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

Shades of Medium Blue #1208BC

Tints of Medium Blue #1208BC

RGB

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

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

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

R = 8.41%
G = 3.74%
B = 87.85%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1208BC (or 0x1208BC) is known color: Medium Blue. HEX triplet: 12, 08 and BC. RGB value is (18,8,188). Sum of RGB (Red+Green+Blue) = 18+8+188=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 188 (73.83% from 255 or 87.85% from 214); Max value from RGB is 188 - color contains mainly: blue. Hex color #1208BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1208BC is #EDF743. Grayscale: #1E1E1E. Windows color (decimal): -15595332 or 12322834. OLE color: 12322834.

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

Color convert

RGB 18 8 188 -
CMYK 0.90 0.96 0 0.26
HSL 243.33º 0.92% 0.38% -
HSV(B) 243.33º 0.96% 0.74% -
XYZ 9.41 3.93 47.84 -
YUV 31.51 216.31 118.36 -
System Red Green Blue C M Y K H S L
Decimal 18 8 188 0.90 0.96 0 0.26 243.33 0.92 0.38
Hex 12 8 BC 5A 60 0 1A F3 5C 26
Octal 22 10 274 132 140 0 32 363 134 46
Binary 10010 1000 10111100 1011010 1100000 0 11010 11110011 1011100 100110

Color Harmonies of #1208BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1208BC

Black with #1208BC

Text Example


Text Example

White with #1208BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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