Html Css Color HEX #1224BA Persian Blue

📋 copy color: '#1224BA'

red 18 ◦ green 36 ◦ blue 186

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

Shades of Persian Blue #1224BA

Tints of Persian Blue #1224BA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15%

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

R = 7.5%
G = 15%
B = 77.5%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1224BA (or 0x1224BA) is known color: Persian Blue. HEX triplet: 12, 24 and BA. RGB value is (18,36,186). Sum of RGB (Red+Green+Blue) = 18+36+186=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #1224BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1224BA is #EDDB45. Grayscale: #2F2F2F. Windows color (decimal): -15588166 or 12198930. OLE color: 12198930.

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

Color convert

RGB 18 36 186 -
CMYK 0.90 0.81 0 0.27
HSL 233.57º 0.82% 0.4% -
HSV(B) 233.57º 0.9% 0.73% -
XYZ 9.74 4.94 46.89 -
YUV 47.72 206.04 106.8 -
System Red Green Blue C M Y K H S L
Decimal 18 36 186 0.90 0.81 0 0.27 233.57 0.82 0.4
Hex 12 24 BA 5A 51 0 1B EA 52 28
Octal 22 44 272 132 121 0 33 352 122 50
Binary 10010 100100 10111010 1011010 1010001 0 11011 11101010 1010010 101000

Color Harmonies of #1224BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1224BA

Black with #1224BA

Text Example


Text Example

White with #1224BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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