Html Css Color HEX #1219BB Persian Blue

📋 copy color: '#1219BB'

red 18 ◦ green 25 ◦ blue 187

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

Shades of Persian Blue #1219BB

Tints of Persian Blue #1219BB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.87%

 BLUE value IS 187 (73.44% from 255) = 81.3%

R = 7.83%
G = 10.87%
B = 81.3%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1219BB (or 0x1219BB) is known color: Persian Blue. HEX triplet: 12, 19 and BB. RGB value is (18,25,187). Sum of RGB (Red+Green+Blue) = 18+25+187=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 187 (73.44% from 255 or 81.30% from 230); Max value from RGB is 187 - color contains mainly: blue. Hex color #1219BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1219BB is #EDE644. Grayscale: #282828. Windows color (decimal): -15590981 or 12261650. OLE color: 12261650.

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

Color convert

RGB 18 25 187 -
CMYK 0.90 0.87 0 0.27
HSL 237.51º 0.82% 0.4% -
HSV(B) 237.51º 0.9% 0.73% -
XYZ 9.57 4.41 47.36 -
YUV 41.38 210.18 111.33 -
System Red Green Blue C M Y K H S L
Decimal 18 25 187 0.90 0.87 0 0.27 237.51 0.82 0.4
Hex 12 19 BB 5A 57 0 1B EE 52 28
Octal 22 31 273 132 127 0 33 356 122 50
Binary 10010 11001 10111011 1011010 1010111 0 11011 11101110 1010010 101000

Color Harmonies of #1219BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1219BB

Black with #1219BB

Text Example


Text Example

White with #1219BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1219BB; }

 p { color: rgb(18,25,187); }

 H1.HeaderClassName
 {
   color: #1219BB;
 }
 .AnyTagClassName
 {
   color: #1219BB;
 }
</style>

background-color css

<style>
 a { background-color: #1219BB; }

 a { background-color: rgb(18,25,187); }

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

border-color css

<style>
 span { border-color: #1219BB; }

 span { border-color: rgb(18,25,187); }

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