Html Css Color HEX #1240BA Persian Blue

📋 copy color: '#1240BA'

red 18 ◦ green 64 ◦ blue 186

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

Shades of Persian Blue #1240BA

Tints of Persian Blue #1240BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.88%

 BLUE value IS 186 (73.05% from 255) = 69.4%

R = 6.72%
G = 23.88%
B = 69.4%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1240BA (or 0x1240BA) is known color: Persian Blue. HEX triplet: 12, 40 and BA. RGB value is (18,64,186). Sum of RGB (Red+Green+Blue) = 18+64+186=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #1240BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1240BA is #EDBF45. Grayscale: #3F3F3F. Windows color (decimal): -15580998 or 12206098. OLE color: 12206098.

HSL color Cylindrical-coordinate representation of color #1240BA: hue angle of 223.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1240BA is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 64 186 -
CMYK 0.90 0.66 0 0.27
HSL 223.57º 0.82% 0.4% -
HSV(B) 223.57º 0.9% 0.73% -
XYZ 10.95 7.34 47.29 -
YUV 64.15 196.76 95.08 -
System Red Green Blue C M Y K H S L
Decimal 18 64 186 0.90 0.66 0 0.27 223.57 0.82 0.4
Hex 12 40 BA 5A 42 0 1B E0 52 28
Octal 22 100 272 132 102 0 33 340 122 50
Binary 10010 1000000 10111010 1011010 1000010 0 11011 11100000 1010010 101000

Color Harmonies of #1240BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1240BA

Black with #1240BA

Text Example


Text Example

White with #1240BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1240BA; }

 p { color: rgb(18,64,186); }

 H1.HeaderClassName
 {
   color: #1240BA;
 }
 .AnyTagClassName
 {
   color: #1240BA;
 }
</style>

background-color css

<style>
 a { background-color: #1240BA; }

 a { background-color: rgb(18,64,186); }

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

border-color css

<style>
 span { border-color: #1240BA; }

 span { border-color: rgb(18,64,186); }

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