Html Css Color HEX #1242BA Persian Blue

📋 copy color: '#1242BA'

red 18 ◦ green 66 ◦ blue 186

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

Shades of Persian Blue #1242BA

Tints of Persian Blue #1242BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.44%

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

R = 6.67%
G = 24.44%
B = 68.89%

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

#1242BA (or 0x1242BA) is known color: Persian Blue. HEX triplet: 12, 42 and BA. RGB value is (18,66,186). Sum of RGB (Red+Green+Blue) = 18+66+186=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #1242BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1242BA is #EDBD45. Grayscale: #404040. Windows color (decimal): -15580486 or 12206610. OLE color: 12206610.

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

Color convert

RGB 18 66 186 -
CMYK 0.90 0.65 0 0.27
HSL 222.86º 0.82% 0.4% -
HSV(B) 222.86º 0.9% 0.73% -
XYZ 11.06 7.57 47.33 -
YUV 65.33 196.1 94.24 -
System Red Green Blue C M Y K H S L
Decimal 18 66 186 0.90 0.65 0 0.27 222.86 0.82 0.4
Hex 12 42 BA 5A 41 0 1B DF 52 28
Octal 22 102 272 132 101 0 33 337 122 50
Binary 10010 1000010 10111010 1011010 1000001 0 11011 11011111 1010010 101000

Color Harmonies of #1242BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1242BA

Black with #1242BA

Text Example


Text Example

White with #1242BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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