Html Css Color HEX #1C3FAE Persian Blue

📋 copy color: '#1C3FAE'

red 28 ◦ green 63 ◦ blue 174

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

Shades of Persian Blue #1C3FAE

Tints of Persian Blue #1C3FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 23.77%

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

R = 10.57%
G = 23.77%
B = 65.66%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C3FAE (or 0x1C3FAE) is known color: Persian Blue. HEX triplet: 1C, 3F and AE. RGB value is (28,63,174). Sum of RGB (Red+Green+Blue) = 28+63+174=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C3FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3FAE is #E3C051. Grayscale: #404040. Windows color (decimal): -14925906 or 11419420. OLE color: 11419420.

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

Color convert

RGB 28 63 174 -
CMYK 0.84 0.64 0 0.32
HSL 225.62º 0.72% 0.4% -
HSV(B) 225.62º 0.84% 0.68% -
XYZ 9.9 6.86 40.85 -
YUV 65.19 189.4 101.47 -
System Red Green Blue C M Y K H S L
Decimal 28 63 174 0.84 0.64 0 0.32 225.62 0.72 0.4
Hex 1C 3F AE 54 40 0 20 E2 48 28
Octal 34 77 256 124 100 0 40 342 110 50
Binary 11100 111111 10101110 1010100 1000000 0 100000 11100010 1001000 101000

Color Harmonies of #1C3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3FAE

Black with #1C3FAE

Text Example


Text Example

White with #1C3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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