Html Css Color HEX #1224BC Persian Blue

📋 copy color: '#1224BC'

red 18 ◦ green 36 ◦ blue 188

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

Shades of Persian Blue #1224BC

Tints of Persian Blue #1224BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 77.69%

R = 7.44%
G = 14.88%
B = 77.69%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1224BC (or 0x1224BC) is known color: Persian Blue. HEX triplet: 12, 24 and BC. RGB value is (18,36,188). Sum of RGB (Red+Green+Blue) = 18+36+188=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #1224BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1224BC is #EDDB43. Grayscale: #2F2F2F. Windows color (decimal): -15588164 or 12330002. OLE color: 12330002.

HSL color Cylindrical-coordinate representation of color #1224BC: hue angle of 233.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1224BC is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 36 188 -
CMYK 0.90 0.81 0 0.26
HSL 233.65º 0.83% 0.4% -
HSV(B) 233.65º 0.9% 0.74% -
XYZ 9.96 5.02 48.02 -
YUV 47.95 207.04 106.64 -
System Red Green Blue C M Y K H S L
Decimal 18 36 188 0.90 0.81 0 0.26 233.65 0.83 0.4
Hex 12 24 BC 5A 51 0 1A EA 53 28
Octal 22 44 274 132 121 0 32 352 123 50
Binary 10010 100100 10111100 1011010 1010001 0 11010 11101010 1010011 101000

Color Harmonies of #1224BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1224BC

Black with #1224BC

Text Example


Text Example

White with #1224BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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