Html Css Color HEX #1D2ECC Persian Blue

📋 copy color: '#1D2ECC'

red 29 ◦ green 46 ◦ blue 204

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

Shades of Persian Blue #1D2ECC

Tints of Persian Blue #1D2ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 73.12%

R = 10.39%
G = 16.49%
B = 73.12%

CMYK

 C value IS 0.86

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1D2ECC (or 0x1D2ECC) is known color: Persian Blue. HEX triplet: 1D, 2E and CC. RGB value is (29,46,204). Sum of RGB (Red+Green+Blue) = 29+46+204=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D2ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2ECC is #E2D133. Grayscale: #3A3A3A. Windows color (decimal): -14864692 or 13381149. OLE color: 13381149.

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

Color convert

RGB 29 46 204 -
CMYK 0.86 0.77 0 0.2
HSL 234.17º 0.75% 0.46% -
HSV(B) 234.17º 0.86% 0.8% -
XYZ 12.38 6.57 57.74 -
YUV 58.93 209.87 106.65 -
System Red Green Blue C M Y K H S L
Decimal 29 46 204 0.86 0.77 0 0.2 234.17 0.75 0.46
Hex 1D 2E CC 56 4D 0 14 EA 4B 2E
Octal 35 56 314 126 115 0 24 352 113 56
Binary 11101 101110 11001100 1010110 1001101 0 10100 11101010 1001011 101110

Color Harmonies of #1D2ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2ECC

Black with #1D2ECC

Text Example


Text Example

White with #1D2ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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