Html Css Color HEX #1228DB Persian Blue

📋 copy color: '#1228DB'

red 18 ◦ green 40 ◦ blue 219

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

Shades of Persian Blue #1228DB

Tints of Persian Blue #1228DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.44%

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

R = 6.5%
G = 14.44%
B = 79.06%

CMYK

 C value IS 0.92

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1228DB (or 0x1228DB) is known color: Persian Blue. HEX triplet: 12, 28 and DB. RGB value is (18,40,219). Sum of RGB (Red+Green+Blue) = 18+40+219=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 219 (85.94% from 255 or 79.06% from 277); Max value from RGB is 219 - color contains mainly: blue. Hex color #1228DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1228DB is #EDD724. Grayscale: #353535. Windows color (decimal): -15587109 or 14362642. OLE color: 14362642.

HSL color Cylindrical-coordinate representation of color #1228DB: hue angle of 233.43º 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 #1228DB is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 40 219 -
CMYK 0.92 0.82 0 0.14
HSL 233.43º 0.85% 0.46% -
HSV(B) 233.43º 0.92% 0.86% -
XYZ 13.79 6.76 67.6 -
YUV 53.83 221.21 102.45 -
System Red Green Blue C M Y K H S L
Decimal 18 40 219 0.92 0.82 0 0.14 233.43 0.85 0.46
Hex 12 28 DB 5C 52 0 E E9 55 2E
Octal 22 50 333 134 122 0 16 351 125 56
Binary 10010 101000 11011011 1011100 1010010 0 1110 11101001 1010101 101110

Color Harmonies of #1228DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1228DB

Black with #1228DB

Text Example


Text Example

White with #1228DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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