Html Css Color HEX #1229DB Persian Blue

📋 copy color: '#1229DB'

red 18 ◦ green 41 ◦ blue 219

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

Shades of Persian Blue #1229DB

Tints of Persian Blue #1229DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.75%

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

R = 6.47%
G = 14.75%
B = 78.78%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1229DB (or 0x1229DB) is known color: Persian Blue. HEX triplet: 12, 29 and DB. RGB value is (18,41,219). Sum of RGB (Red+Green+Blue) = 18+41+219=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 219 (85.94% from 255 or 78.78% from 278); Max value from RGB is 219 - color contains mainly: blue. Hex color #1229DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1229DB is #EDD624. Grayscale: #353535. Windows color (decimal): -15586853 or 14362898. OLE color: 14362898.

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

Color convert

RGB 18 41 219 -
CMYK 0.92 0.81 0 0.14
HSL 233.13º 0.85% 0.46% -
HSV(B) 233.13º 0.92% 0.86% -
XYZ 13.83 6.83 67.61 -
YUV 54.42 220.88 102.03 -
System Red Green Blue C M Y K H S L
Decimal 18 41 219 0.92 0.81 0 0.14 233.13 0.85 0.46
Hex 12 29 DB 5C 51 0 E E9 55 2E
Octal 22 51 333 134 121 0 16 351 125 56
Binary 10010 101001 11011011 1011100 1010001 0 1110 11101001 1010101 101110

Color Harmonies of #1229DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1229DB

Black with #1229DB

Text Example


Text Example

White with #1229DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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