Html Css Color HEX #1C44AE Persian Blue

📋 copy color: '#1C44AE'

red 28 ◦ green 68 ◦ blue 174

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

Shades of Persian Blue #1C44AE

Tints of Persian Blue #1C44AE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.19%

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

R = 10.37%
G = 25.19%
B = 64.44%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C44AE (or 0x1C44AE) is known color: Persian Blue. HEX triplet: 1C, 44 and AE. RGB value is (28,68,174). Sum of RGB (Red+Green+Blue) = 28+68+174=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C44AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C44AE is #E3BB51. Grayscale: #434343. Windows color (decimal): -14924626 or 11420700. OLE color: 11420700.

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

Color convert

RGB 28 68 174 -
CMYK 0.84 0.61 0 0.32
HSL 223.56º 0.72% 0.4% -
HSV(B) 223.56º 0.84% 0.68% -
XYZ 10.19 7.44 40.94 -
YUV 68.12 187.75 99.38 -
System Red Green Blue C M Y K H S L
Decimal 28 68 174 0.84 0.61 0 0.32 223.56 0.72 0.4
Hex 1C 44 AE 54 3D 0 20 E0 48 28
Octal 34 104 256 124 75 0 40 340 110 50
Binary 11100 1000100 10101110 1010100 111101 0 100000 11100000 1001000 101000

Color Harmonies of #1C44AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C44AE

Black with #1C44AE

Text Example


Text Example

White with #1C44AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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