Html Css Color HEX #1D19BE Persian Blue

📋 copy color: '#1D19BE'

red 29 ◦ green 25 ◦ blue 190

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

Shades of Persian Blue #1D19BE

Tints of Persian Blue #1D19BE

RGB

 RED value IS 29 (11.72% from 255) = 11.89%

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

 BLUE value IS 190 (74.61% from 255) = 77.87%

R = 11.89%
G = 10.25%
B = 77.87%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1D19BE (or 0x1D19BE) is known color: Persian Blue. HEX triplet: 1D, 19 and BE. RGB value is (29,25,190). Sum of RGB (Red+Green+Blue) = 29+25+190=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 190 (74.61% from 255 or 77.87% from 244); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D19BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D19BE is #E2E641. Grayscale: #2C2C2C. Windows color (decimal): -14870082 or 12458269. OLE color: 12458269.

HSL color Cylindrical-coordinate representation of color #1D19BE: hue angle of 241.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D19BE is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 25 190 -
CMYK 0.85 0.87 0 0.25
HSL 241.45º 0.77% 0.42% -
HSV(B) 241.45º 0.87% 0.75% -
XYZ 10.15 4.67 49.08 -
YUV 45.01 209.83 116.58 -
System Red Green Blue C M Y K H S L
Decimal 29 25 190 0.85 0.87 0 0.25 241.45 0.77 0.42
Hex 1D 19 BE 55 57 0 19 F1 4D 2A
Octal 35 31 276 125 127 0 31 361 115 52
Binary 11101 11001 10111110 1010101 1010111 0 11001 11110001 1001101 101010

Color Harmonies of #1D19BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D19BE

Black with #1D19BE

Text Example


Text Example

White with #1D19BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D19BE; }

 p { color: rgb(29,25,190); }

 H1.HeaderClassName
 {
   color: #1D19BE;
 }
 .AnyTagClassName
 {
   color: #1D19BE;
 }
</style>

background-color css

<style>
 a { background-color: #1D19BE; }

 a { background-color: rgb(29,25,190); }

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

border-color css

<style>
 span { border-color: #1D19BE; }

 span { border-color: rgb(29,25,190); }

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