Html Css Color HEX #1C3DAC Persian Blue

📋 copy color: '#1C3DAC'

red 28 ◦ green 61 ◦ blue 172

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

Shades of Persian Blue #1C3DAC

Tints of Persian Blue #1C3DAC

RGB

 RED value IS 28 (11.33% from 255) = 10.73%

 GREEN value IS 61 (24.22% from 255) = 23.37%

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

R = 10.73%
G = 23.37%
B = 65.9%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C3DAC (or 0x1C3DAC) is known color: Persian Blue. HEX triplet: 1C, 3D and AC. RGB value is (28,61,172). Sum of RGB (Red+Green+Blue) = 28+61+172=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C3DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3DAC is #E3C253. Grayscale: #3F3F3F. Windows color (decimal): -14926420 or 11287836. OLE color: 11287836.

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

Color convert

RGB 28 61 172 -
CMYK 0.84 0.65 0 0.33
HSL 226.25º 0.72% 0.39% -
HSV(B) 226.25º 0.84% 0.67% -
XYZ 9.59 6.56 39.79 -
YUV 63.79 189.07 102.47 -
System Red Green Blue C M Y K H S L
Decimal 28 61 172 0.84 0.65 0 0.33 226.25 0.72 0.39
Hex 1C 3D AC 54 41 0 21 E2 48 27
Octal 34 75 254 124 101 0 41 342 110 47
Binary 11100 111101 10101100 1010100 1000001 0 100001 11100010 1001000 100111

Color Harmonies of #1C3DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3DAC

Black with #1C3DAC

Text Example


Text Example

White with #1C3DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,61,172); }

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

background-color css

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

 a { background-color: rgb(28,61,172); }

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

border-color css

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

 span { border-color: rgb(28,61,172); }

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