Html Css Color HEX #1C3EAC Persian Blue

📋 copy color: '#1C3EAC'

red 28 ◦ green 62 ◦ blue 172

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

Shades of Persian Blue #1C3EAC

Tints of Persian Blue #1C3EAC

RGB

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

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

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

R = 10.69%
G = 23.66%
B = 65.65%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C3EAC (or 0x1C3EAC) is known color: Persian Blue. HEX triplet: 1C, 3E and AC. RGB value is (28,62,172). Sum of RGB (Red+Green+Blue) = 28+62+172=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C3EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3EAC is #E3C153. Grayscale: #3F3F3F. Windows color (decimal): -14926164 or 11288092. OLE color: 11288092.

HSL color Cylindrical-coordinate representation of color #1C3EAC: hue angle of 225.83º 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 #1C3EAC is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 62 172 -
CMYK 0.84 0.64 0 0.33
HSL 225.83º 0.72% 0.39% -
HSV(B) 225.83º 0.84% 0.67% -
XYZ 9.65 6.67 39.81 -
YUV 64.37 188.74 102.06 -
System Red Green Blue C M Y K H S L
Decimal 28 62 172 0.84 0.64 0 0.33 225.83 0.72 0.39
Hex 1C 3E AC 54 40 0 21 E2 48 27
Octal 34 76 254 124 100 0 41 342 110 47
Binary 11100 111110 10101100 1010100 1000000 0 100001 11100010 1001000 100111

Color Harmonies of #1C3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3EAC

Black with #1C3EAC

Text Example


Text Example

White with #1C3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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