Html Css Color HEX #1D3AEC Persian Blue

📋 copy color: '#1D3AEC'

red 29 ◦ green 58 ◦ blue 236

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

Shades of Persian Blue #1D3AEC

Tints of Persian Blue #1D3AEC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.96%

 BLUE value IS 236 (92.58% from 255) = 73.07%

R = 8.98%
G = 17.96%
B = 73.07%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1D3AEC (or 0x1D3AEC) is known color: Persian Blue. HEX triplet: 1D, 3A and EC. RGB value is (29,58,236). Sum of RGB (Red+Green+Blue) = 29+58+236=323 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.98% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 236 (92.58% from 255 or 73.07% from 323); Max value from RGB is 236 - color contains mainly: blue. Hex color #1D3AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3AEC is #E2C513. Grayscale: #444444. Windows color (decimal): -14861588 or 15481373. OLE color: 15481373.

HSL color Cylindrical-coordinate representation of color #1D3AEC: hue angle of 231.59º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D3AEC is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 58 236 -
CMYK 0.88 0.75 0 0.07
HSL 231.59º 0.84% 0.52% -
HSV(B) 231.59º 0.88% 0.93% -
XYZ 17.16 9.34 80.26 -
YUV 69.62 221.89 99.03 -
System Red Green Blue C M Y K H S L
Decimal 29 58 236 0.88 0.75 0 0.07 231.59 0.84 0.52
Hex 1D 3A EC 58 4B 0 7 E8 54 34
Octal 35 72 354 130 113 0 7 350 124 64
Binary 11101 111010 11101100 1011000 1001011 0 111 11101000 1010100 110100

Color Harmonies of #1D3AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3AEC

Black with #1D3AEC

Text Example


Text Example

White with #1D3AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,58,236); }

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

background-color css

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

 a { background-color: rgb(29,58,236); }

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

border-color css

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

 span { border-color: rgb(29,58,236); }

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