Html Css Color HEX #1D2ECE Persian Blue

📋 copy color: '#1D2ECE'

red 29 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #1D2ECE

Tints of Persian Blue #1D2ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.37%

 BLUE value IS 206 (80.86% from 255) = 73.31%

R = 10.32%
G = 16.37%
B = 73.31%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D2ECE (or 0x1D2ECE) is known color: Persian Blue. HEX triplet: 1D, 2E and CE. RGB value is (29,46,206). Sum of RGB (Red+Green+Blue) = 29+46+206=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D2ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2ECE is #E2D131. Grayscale: #3A3A3A. Windows color (decimal): -14864690 or 13512221. OLE color: 13512221.

HSL color Cylindrical-coordinate representation of color #1D2ECE: hue angle of 234.24º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D2ECE is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 46 206 -
CMYK 0.86 0.78 0 0.19
HSL 234.24º 0.75% 0.46% -
HSV(B) 234.24º 0.86% 0.81% -
XYZ 12.62 6.67 59.01 -
YUV 59.16 210.87 106.49 -
System Red Green Blue C M Y K H S L
Decimal 29 46 206 0.86 0.78 0 0.19 234.24 0.75 0.46
Hex 1D 2E CE 56 4E 0 13 EA 4B 2E
Octal 35 56 316 126 116 0 23 352 113 56
Binary 11101 101110 11001110 1010110 1001110 0 10011 11101010 1001011 101110

Color Harmonies of #1D2ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2ECE

Black with #1D2ECE

Text Example


Text Example

White with #1D2ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,46,206); }

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

background-color css

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

 a { background-color: rgb(29,46,206); }

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

border-color css

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

 span { border-color: rgb(29,46,206); }

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