Html Css Color HEX #1419BC Persian Blue

📋 copy color: '#1419BC'

red 20 ◦ green 25 ◦ blue 188

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

Shades of Persian Blue #1419BC

Tints of Persian Blue #1419BC

RGB

 RED value IS 20 (8.2% from 255) = 8.58%

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

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

R = 8.58%
G = 10.73%
B = 80.69%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1419BC (or 0x1419BC) is known color: Persian Blue. HEX triplet: 14, 19 and BC. RGB value is (20,25,188). Sum of RGB (Red+Green+Blue) = 20+25+188=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 188 (73.83% from 255 or 80.69% from 233); Max value from RGB is 188 - color contains mainly: blue. Hex color #1419BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1419BC is #EBE643. Grayscale: #292929. Windows color (decimal): -15459908 or 12327188. OLE color: 12327188.

HSL color Cylindrical-coordinate representation of color #1419BC: hue angle of 238.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1419BC is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 25 188 -
CMYK 0.89 0.87 0 0.26
HSL 238.21º 0.81% 0.41% -
HSV(B) 238.21º 0.89% 0.74% -
XYZ 9.71 4.47 47.93 -
YUV 42.09 210.34 112.25 -
System Red Green Blue C M Y K H S L
Decimal 20 25 188 0.89 0.87 0 0.26 238.21 0.81 0.41
Hex 14 19 BC 59 57 0 1A EE 51 29
Octal 24 31 274 131 127 0 32 356 121 51
Binary 10100 11001 10111100 1011001 1010111 0 11010 11101110 1010001 101001

Color Harmonies of #1419BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1419BC

Black with #1419BC

Text Example


Text Example

White with #1419BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,25,188); }

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

background-color css

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

 a { background-color: rgb(20,25,188); }

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

border-color css

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

 span { border-color: rgb(20,25,188); }

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