Html Css Color HEX #1241BE Persian Blue

📋 copy color: '#1241BE'

red 18 ◦ green 65 ◦ blue 190

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

Shades of Persian Blue #1241BE

Tints of Persian Blue #1241BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 69.6%

R = 6.59%
G = 23.81%
B = 69.6%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1241BE (or 0x1241BE) is known color: Persian Blue. HEX triplet: 12, 41 and BE. RGB value is (18,65,190). Sum of RGB (Red+Green+Blue) = 18+65+190=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #1241BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1241BE is #EDBE41. Grayscale: #404040. Windows color (decimal): -15580738 or 12468498. OLE color: 12468498.

HSL color Cylindrical-coordinate representation of color #1241BE: hue angle of 223.6º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1241BE is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 65 190 -
CMYK 0.91 0.66 0 0.25
HSL 223.6º 0.83% 0.41% -
HSV(B) 223.6º 0.91% 0.75% -
XYZ 11.43 7.63 49.58 -
YUV 65.2 198.43 94.34 -
System Red Green Blue C M Y K H S L
Decimal 18 65 190 0.91 0.66 0 0.25 223.6 0.83 0.41
Hex 12 41 BE 5B 42 0 19 E0 53 29
Octal 22 101 276 133 102 0 31 340 123 51
Binary 10010 1000001 10111110 1011011 1000010 0 11001 11100000 1010011 101001

Color Harmonies of #1241BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1241BE

Black with #1241BE

Text Example


Text Example

White with #1241BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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