Html Css Color HEX #1D3CDB Persian Blue

📋 copy color: '#1D3CDB'

red 29 ◦ green 60 ◦ blue 219

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

Shades of Persian Blue #1D3CDB

Tints of Persian Blue #1D3CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.48%

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

R = 9.42%
G = 19.48%
B = 71.1%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1D3CDB (or 0x1D3CDB) is known color: Persian Blue. HEX triplet: 1D, 3C and DB. RGB value is (29,60,219). Sum of RGB (Red+Green+Blue) = 29+60+219=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D3CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3CDB is #E2C324. Grayscale: #444444. Windows color (decimal): -14861093 or 14367773. OLE color: 14367773.

HSL color Cylindrical-coordinate representation of color #1D3CDB: hue angle of 230.21º 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 #1D3CDB is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 29 60 219 -
CMYK 0.87 0.73 0 0.14
HSL 230.21º 0.77% 0.49% -
HSV(B) 230.21º 0.87% 0.86% -
XYZ 14.91 8.61 67.89 -
YUV 68.86 212.73 99.57 -
System Red Green Blue C M Y K H S L
Decimal 29 60 219 0.87 0.73 0 0.14 230.21 0.77 0.49
Hex 1D 3C DB 57 49 0 E E6 4D 31
Octal 35 74 333 127 111 0 16 346 115 61
Binary 11101 111100 11011011 1010111 1001001 0 1110 11100110 1001101 110001

Color Harmonies of #1D3CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3CDB

Black with #1D3CDB

Text Example


Text Example

White with #1D3CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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