Html Css Color HEX #1C2EAE Persian Blue

📋 copy color: '#1C2EAE'

red 28 ◦ green 46 ◦ blue 174

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

Shades of Persian Blue #1C2EAE

Tints of Persian Blue #1C2EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 70.16%

R = 11.29%
G = 18.55%
B = 70.16%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C2EAE (or 0x1C2EAE) is known color: Persian Blue. HEX triplet: 1C, 2E and AE. RGB value is (28,46,174). Sum of RGB (Red+Green+Blue) = 28+46+174=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C2EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2EAE is #E3D151. Grayscale: #363636. Windows color (decimal): -14930258 or 11415068. OLE color: 11415068.

HSL color Cylindrical-coordinate representation of color #1C2EAE: hue angle of 232.6º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C2EAE is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 46 174 -
CMYK 0.84 0.74 0 0.32
HSL 232.6º 0.72% 0.4% -
HSV(B) 232.6º 0.84% 0.68% -
XYZ 9.1 5.26 40.58 -
YUV 55.21 195.04 108.59 -
System Red Green Blue C M Y K H S L
Decimal 28 46 174 0.84 0.74 0 0.32 232.6 0.72 0.4
Hex 1C 2E AE 54 4A 0 20 E9 48 28
Octal 34 56 256 124 112 0 40 351 110 50
Binary 11100 101110 10101110 1010100 1001010 0 100000 11101001 1001000 101000

Color Harmonies of #1C2EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2EAE

Black with #1C2EAE

Text Example


Text Example

White with #1C2EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,46,174); }

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

background-color css

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

 a { background-color: rgb(28,46,174); }

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

border-color css

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

 span { border-color: rgb(28,46,174); }

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