Html Css Color HEX #1D26DB Persian Blue

📋 copy color: '#1D26DB'

red 29 ◦ green 38 ◦ blue 219

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

Shades of Persian Blue #1D26DB

Tints of Persian Blue #1D26DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.29%

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

R = 10.14%
G = 13.29%
B = 76.57%

CMYK

 C value IS 0.87

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1D26DB (or 0x1D26DB) is known color: Persian Blue. HEX triplet: 1D, 26 and DB. RGB value is (29,38,219). Sum of RGB (Red+Green+Blue) = 29+38+219=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D26DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D26DB is #E2D924. Grayscale: #373737. Windows color (decimal): -14866725 or 14362141. OLE color: 14362141.

HSL color Cylindrical-coordinate representation of color #1D26DB: hue angle of 237.16º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D26DB is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 29 38 219 -
CMYK 0.87 0.83 0 0.14
HSL 237.16º 0.77% 0.49% -
HSV(B) 237.16º 0.87% 0.86% -
XYZ 13.99 6.76 67.59 -
YUV 55.94 220.02 108.78 -
System Red Green Blue C M Y K H S L
Decimal 29 38 219 0.87 0.83 0 0.14 237.16 0.77 0.49
Hex 1D 26 DB 57 53 0 E ED 4D 31
Octal 35 46 333 127 123 0 16 355 115 61
Binary 11101 100110 11011011 1010111 1010011 0 1110 11101101 1001101 110001

Color Harmonies of #1D26DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D26DB

Black with #1D26DB

Text Example


Text Example

White with #1D26DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,38,219); }

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

background-color css

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

 a { background-color: rgb(29,38,219); }

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

border-color css

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

 span { border-color: rgb(29,38,219); }

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