Html Css Color HEX #1224DB Persian Blue

📋 copy color: '#1224DB'

red 18 ◦ green 36 ◦ blue 219

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

Shades of Persian Blue #1224DB

Tints of Persian Blue #1224DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 80.22%

R = 6.59%
G = 13.19%
B = 80.22%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1224DB (or 0x1224DB) is known color: Persian Blue. HEX triplet: 12, 24 and DB. RGB value is (18,36,219). Sum of RGB (Red+Green+Blue) = 18+36+219=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #1224DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1224DB is #EDDB24. Grayscale: #323232. Windows color (decimal): -15588133 or 14361618. OLE color: 14361618.

HSL color Cylindrical-coordinate representation of color #1224DB: hue angle of 234.63º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1224DB is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 36 219 -
CMYK 0.92 0.84 0 0.14
HSL 234.63º 0.85% 0.46% -
HSV(B) 234.63º 0.92% 0.86% -
XYZ 13.67 6.5 67.55 -
YUV 51.48 222.54 104.12 -
System Red Green Blue C M Y K H S L
Decimal 18 36 219 0.92 0.84 0 0.14 234.63 0.85 0.46
Hex 12 24 DB 5C 54 0 E EB 55 2E
Octal 22 44 333 134 124 0 16 353 125 56
Binary 10010 100100 11011011 1011100 1010100 0 1110 11101011 1010101 101110

Color Harmonies of #1224DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1224DB

Black with #1224DB

Text Example


Text Example

White with #1224DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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