Html Css Color HEX #1241B9 Persian Blue

📋 copy color: '#1241B9'

red 18 ◦ green 65 ◦ blue 185

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

Shades of Persian Blue #1241B9

Tints of Persian Blue #1241B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 69.03%

R = 6.72%
G = 24.25%
B = 69.03%

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

#1241B9 (or 0x1241B9) is known color: Persian Blue. HEX triplet: 12, 41 and B9. RGB value is (18,65,185). Sum of RGB (Red+Green+Blue) = 18+65+185=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 185 (72.66% from 255 or 69.03% from 268); Max value from RGB is 185 - color contains mainly: blue. Hex color #1241B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1241B9 is #EDBE46. Grayscale: #404040. Windows color (decimal): -15580743 or 12140818. OLE color: 12140818.

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

Color convert

RGB 18 65 185 -
CMYK 0.90 0.65 0 0.27
HSL 223.11º 0.82% 0.4% -
HSV(B) 223.11º 0.9% 0.73% -
XYZ 10.9 7.41 46.76 -
YUV 64.63 195.93 94.74 -
System Red Green Blue C M Y K H S L
Decimal 18 65 185 0.90 0.65 0 0.27 223.11 0.82 0.4
Hex 12 41 B9 5A 41 0 1B DF 52 28
Octal 22 101 271 132 101 0 33 337 122 50
Binary 10010 1000001 10111001 1011010 1000001 0 11011 11011111 1010010 101000

Color Harmonies of #1241B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1241B9

Black with #1241B9

Text Example


Text Example

White with #1241B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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