Html Css Color HEX #1241BA Persian Blue

📋 copy color: '#1241BA'

red 18 ◦ green 65 ◦ blue 186

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

Shades of Persian Blue #1241BA

Tints of Persian Blue #1241BA

RGB

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

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

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

R = 6.69%
G = 24.16%
B = 69.14%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1241BA (or 0x1241BA) is known color: Persian Blue. HEX triplet: 12, 41 and BA. RGB value is (18,65,186). Sum of RGB (Red+Green+Blue) = 18+65+186=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #1241BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1241BA is #EDBE45. Grayscale: #404040. Windows color (decimal): -15580742 or 12206354. OLE color: 12206354.

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

Color convert

RGB 18 65 186 -
CMYK 0.90 0.65 0 0.27
HSL 223.21º 0.82% 0.4% -
HSV(B) 223.21º 0.9% 0.73% -
XYZ 11 7.45 47.31 -
YUV 64.74 196.43 94.66 -
System Red Green Blue C M Y K H S L
Decimal 18 65 186 0.90 0.65 0 0.27 223.21 0.82 0.4
Hex 12 41 BA 5A 41 0 1B DF 52 28
Octal 22 101 272 132 101 0 33 337 122 50
Binary 10010 1000001 10111010 1011010 1000001 0 11011 11011111 1010010 101000

Color Harmonies of #1241BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1241BA

Black with #1241BA

Text Example


Text Example

White with #1241BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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