Html Css Color HEX #1241BD Persian Blue

📋 copy color: '#1241BD'

red 18 ◦ green 65 ◦ blue 189

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

Shades of Persian Blue #1241BD

Tints of Persian Blue #1241BD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.9%

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

R = 6.62%
G = 23.9%
B = 69.49%

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

#1241BD (or 0x1241BD) is known color: Persian Blue. HEX triplet: 12, 41 and BD. RGB value is (18,65,189). Sum of RGB (Red+Green+Blue) = 18+65+189=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #1241BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1241BD is #EDBE42. Grayscale: #404040. Windows color (decimal): -15580739 or 12402962. OLE color: 12402962.

HSL color Cylindrical-coordinate representation of color #1241BD: hue angle of 223.51º 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 #1241BD is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 65 189 -
CMYK 0.90 0.66 0 0.26
HSL 223.51º 0.83% 0.41% -
HSV(B) 223.51º 0.9% 0.74% -
XYZ 11.33 7.58 49.01 -
YUV 65.08 197.93 94.42 -
System Red Green Blue C M Y K H S L
Decimal 18 65 189 0.90 0.66 0 0.26 223.51 0.83 0.41
Hex 12 41 BD 5A 42 0 1A E0 53 29
Octal 22 101 275 132 102 0 32 340 123 51
Binary 10010 1000001 10111101 1011010 1000010 0 11010 11100000 1010011 101001

Color Harmonies of #1241BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1241BD

Black with #1241BD

Text Example


Text Example

White with #1241BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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