Html Css Color HEX #1D3EAC Persian Blue

📋 copy color: '#1D3EAC'

red 29 ◦ green 62 ◦ blue 172

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

Shades of Persian Blue #1D3EAC

Tints of Persian Blue #1D3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.57%

 BLUE value IS 172 (67.58% from 255) = 65.4%

R = 11.03%
G = 23.57%
B = 65.4%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1D3EAC (or 0x1D3EAC) is known color: Persian Blue. HEX triplet: 1D, 3E and AC. RGB value is (29,62,172). Sum of RGB (Red+Green+Blue) = 29+62+172=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #1D3EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3EAC is #E2C153. Grayscale: #404040. Windows color (decimal): -14860628 or 11288093. OLE color: 11288093.

HSL color Cylindrical-coordinate representation of color #1D3EAC: hue angle of 226.15º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D3EAC is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 62 172 -
CMYK 0.83 0.64 0 0.33
HSL 226.15º 0.71% 0.39% -
HSV(B) 226.15º 0.83% 0.67% -
XYZ 9.68 6.69 39.81 -
YUV 64.67 188.57 102.56 -
System Red Green Blue C M Y K H S L
Decimal 29 62 172 0.83 0.64 0 0.33 226.15 0.71 0.39
Hex 1D 3E AC 53 40 0 21 E2 47 27
Octal 35 76 254 123 100 0 41 342 107 47
Binary 11101 111110 10101100 1010011 1000000 0 100001 11100010 1000111 100111

Color Harmonies of #1D3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3EAC

Black with #1D3EAC

Text Example


Text Example

White with #1D3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,62,172); }

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

background-color css

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

 a { background-color: rgb(29,62,172); }

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

border-color css

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

 span { border-color: rgb(29,62,172); }

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