Html Css Color HEX #1D3BAE Persian Blue

📋 copy color: '#1D3BAE'

red 29 ◦ green 59 ◦ blue 174

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

Shades of Persian Blue #1D3BAE

Tints of Persian Blue #1D3BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.52%

 BLUE value IS 174 (68.36% from 255) = 66.41%

R = 11.07%
G = 22.52%
B = 66.41%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1D3BAE (or 0x1D3BAE) is known color: Persian Blue. HEX triplet: 1D, 3B and AE. RGB value is (29,59,174). Sum of RGB (Red+Green+Blue) = 29+59+174=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D3BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3BAE is #E2C451. Grayscale: #3E3E3E. Windows color (decimal): -14861394 or 11418397. OLE color: 11418397.

HSL color Cylindrical-coordinate representation of color #1D3BAE: hue angle of 227.59º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D3BAE is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 59 174 -
CMYK 0.83 0.66 0 0.32
HSL 227.59º 0.71% 0.4% -
HSV(B) 227.59º 0.83% 0.68% -
XYZ 9.71 6.45 40.78 -
YUV 63.14 190.56 103.65 -
System Red Green Blue C M Y K H S L
Decimal 29 59 174 0.83 0.66 0 0.32 227.59 0.71 0.4
Hex 1D 3B AE 53 42 0 20 E4 47 28
Octal 35 73 256 123 102 0 40 344 107 50
Binary 11101 111011 10101110 1010011 1000010 0 100000 11100100 1000111 101000

Color Harmonies of #1D3BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3BAE

Black with #1D3BAE

Text Example


Text Example

White with #1D3BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,59,174); }

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

background-color css

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

 a { background-color: rgb(29,59,174); }

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

border-color css

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

 span { border-color: rgb(29,59,174); }

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