Html Css Color HEX #1240BC Persian Blue

📋 copy color: '#1240BC'

red 18 ◦ green 64 ◦ blue 188

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

Shades of Persian Blue #1240BC

Tints of Persian Blue #1240BC

RGB

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

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

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

R = 6.67%
G = 23.7%
B = 69.63%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1240BC (or 0x1240BC) is known color: Persian Blue. HEX triplet: 12, 40 and BC. RGB value is (18,64,188). Sum of RGB (Red+Green+Blue) = 18+64+188=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #1240BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1240BC is #EDBF43. Grayscale: #3F3F3F. Windows color (decimal): -15580996 or 12337170. OLE color: 12337170.

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

Color convert

RGB 18 64 188 -
CMYK 0.90 0.66 0 0.26
HSL 223.76º 0.83% 0.4% -
HSV(B) 223.76º 0.9% 0.74% -
XYZ 11.16 7.43 48.42 -
YUV 64.38 197.76 94.92 -
System Red Green Blue C M Y K H S L
Decimal 18 64 188 0.90 0.66 0 0.26 223.76 0.83 0.4
Hex 12 40 BC 5A 42 0 1A E0 53 28
Octal 22 100 274 132 102 0 32 340 123 50
Binary 10010 1000000 10111100 1011010 1000010 0 11010 11100000 1010011 101000

Color Harmonies of #1240BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1240BC

Black with #1240BC

Text Example


Text Example

White with #1240BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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