Html Css Color HEX #1205BC Medium Blue

📋 copy color: '#1205BC'

red 18 ◦ green 5 ◦ blue 188

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

Shades of Medium Blue #1205BC

Tints of Medium Blue #1205BC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

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

R = 8.53%
G = 2.37%
B = 89.1%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1205BC (or 0x1205BC) is known color: Medium Blue. HEX triplet: 12, 05 and BC. RGB value is (18,5,188). Sum of RGB (Red+Green+Blue) = 18+5+188=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 188 (73.83% from 255 or 89.10% from 211); Max value from RGB is 188 - color contains mainly: blue. Hex color #1205BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1205BC is #EDFA43. Grayscale: #1D1D1D. Windows color (decimal): -15596100 or 12322066. OLE color: 12322066.

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

Color convert

RGB 18 5 188 -
CMYK 0.90 0.97 0 0.26
HSL 244.26º 0.95% 0.38% -
HSV(B) 244.26º 0.97% 0.74% -
XYZ 9.38 3.87 47.83 -
YUV 29.75 217.31 119.62 -
System Red Green Blue C M Y K H S L
Decimal 18 5 188 0.90 0.97 0 0.26 244.26 0.95 0.38
Hex 12 5 BC 5A 61 0 1A F4 5F 26
Octal 22 5 274 132 141 0 32 364 137 46
Binary 10010 101 10111100 1011010 1100001 0 11010 11110100 1011111 100110

Color Harmonies of #1205BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1205BC

Black with #1205BC

Text Example


Text Example

White with #1205BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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