Html Css Color HEX #1240BD Persian Blue

📋 copy color: '#1240BD'

red 18 ◦ green 64 ◦ blue 189

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

Shades of Persian Blue #1240BD

Tints of Persian Blue #1240BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 69.74%

R = 6.64%
G = 23.62%
B = 69.74%

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

#1240BD (or 0x1240BD) is known color: Persian Blue. HEX triplet: 12, 40 and BD. RGB value is (18,64,189). Sum of RGB (Red+Green+Blue) = 18+64+189=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #1240BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1240BD is #EDBF42. Grayscale: #3F3F3F. Windows color (decimal): -15580995 or 12402706. OLE color: 12402706.

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

Color convert

RGB 18 64 189 -
CMYK 0.90 0.66 0 0.26
HSL 223.86º 0.83% 0.41% -
HSV(B) 223.86º 0.9% 0.74% -
XYZ 11.27 7.47 48.99 -
YUV 64.5 198.26 94.84 -
System Red Green Blue C M Y K H S L
Decimal 18 64 189 0.90 0.66 0 0.26 223.86 0.83 0.41
Hex 12 40 BD 5A 42 0 1A E0 53 29
Octal 22 100 275 132 102 0 32 340 123 51
Binary 10010 1000000 10111101 1011010 1000010 0 11010 11100000 1010011 101001

Color Harmonies of #1240BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1240BD

Black with #1240BD

Text Example


Text Example

White with #1240BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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