Html Css Color HEX #1205B5 Medium Blue

📋 copy color: '#1205B5'

red 18 ◦ green 5 ◦ blue 181

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

Shades of Medium Blue #1205B5

Tints of Medium Blue #1205B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 88.73%

R = 8.82%
G = 2.45%
B = 88.73%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1205B5 (or 0x1205B5) is known color: Medium Blue. HEX triplet: 12, 05 and B5. RGB value is (18,5,181). Sum of RGB (Red+Green+Blue) = 18+5+181=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 181 (71.09% from 255 or 88.73% from 204); Max value from RGB is 181 - color contains mainly: blue. Hex color #1205B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1205B5 is #EDFA4A. Grayscale: #1C1C1C. Windows color (decimal): -15596107 or 11863314. OLE color: 11863314.

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

Color convert

RGB 18 5 181 -
CMYK 0.90 0.97 0 0.29
HSL 244.43º 0.95% 0.36% -
HSV(B) 244.43º 0.97% 0.71% -
XYZ 8.64 3.57 43.95 -
YUV 28.95 213.81 120.19 -
System Red Green Blue C M Y K H S L
Decimal 18 5 181 0.90 0.97 0 0.29 244.43 0.95 0.36
Hex 12 5 B5 5A 61 0 1D F4 5F 24
Octal 22 5 265 132 141 0 35 364 137 44
Binary 10010 101 10110101 1011010 1100001 0 11101 11110100 1011111 100100

Color Harmonies of #1205B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1205B5

Black with #1205B5

Text Example


Text Example

White with #1205B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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