Html Css Color HEX #1D3EBC Persian Blue

📋 copy color: '#1D3EBC'

red 29 ◦ green 62 ◦ blue 188

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

Shades of Persian Blue #1D3EBC

Tints of Persian Blue #1D3EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.38%

R = 10.39%
G = 22.22%
B = 67.38%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1D3EBC (or 0x1D3EBC) is known color: Persian Blue. HEX triplet: 1D, 3E and BC. RGB value is (29,62,188). Sum of RGB (Red+Green+Blue) = 29+62+188=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D3EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3EBC is #E2C143. Grayscale: #414141. Windows color (decimal): -14860612 or 12336669. OLE color: 12336669.

HSL color Cylindrical-coordinate representation of color #1D3EBC: hue angle of 227.55º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D3EBC is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 29 62 188 -
CMYK 0.85 0.67 0 0.26
HSL 227.55º 0.73% 0.43% -
HSV(B) 227.55º 0.85% 0.74% -
XYZ 11.31 7.34 48.4 -
YUV 66.5 196.57 101.25 -
System Red Green Blue C M Y K H S L
Decimal 29 62 188 0.85 0.67 0 0.26 227.55 0.73 0.43
Hex 1D 3E BC 55 43 0 1A E4 49 2B
Octal 35 76 274 125 103 0 32 344 111 53
Binary 11101 111110 10111100 1010101 1000011 0 11010 11100100 1001001 101011

Color Harmonies of #1D3EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3EBC

Black with #1D3EBC

Text Example


Text Example

White with #1D3EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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