Html Css Color HEX #1D1DCE Persian Blue

📋 copy color: '#1D1DCE'

red 29 ◦ green 29 ◦ blue 206

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

Shades of Persian Blue #1D1DCE

Tints of Persian Blue #1D1DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.98%

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

R = 10.98%
G = 10.98%
B = 78.03%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D1DCE (or 0x1D1DCE) is known color: Persian Blue. HEX triplet: 1D, 1D and CE. RGB value is (29,29,206). Sum of RGB (Red+Green+Blue) = 29+29+206=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 206 (80.86% from 255 or 78.03% from 264); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D1DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1DCE is #E2E231. Grayscale: #303030. Windows color (decimal): -14869042 or 13507869. OLE color: 13507869.

HSL color Cylindrical-coordinate representation of color #1D1DCE: hue angle of 240º 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 #1D1DCE is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 29 206 -
CMYK 0.86 0.86 0 0.19
HSL 240º 0.75% 0.46% -
HSV(B) 240º 0.86% 0.81% -
XYZ 12.09 5.6 58.84 -
YUV 49.18 216.5 113.61 -
System Red Green Blue C M Y K H S L
Decimal 29 29 206 0.86 0.86 0 0.19 240 0.75 0.46
Hex 1D 1D CE 56 56 0 13 F0 4B 2E
Octal 35 35 316 126 126 0 23 360 113 56
Binary 11101 11101 11001110 1010110 1010110 0 10011 11110000 1001011 101110

Color Harmonies of #1D1DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1DCE

Black with #1D1DCE

Text Example


Text Example

White with #1D1DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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