Html Css Color HEX #1C3FAC Persian Blue

📋 copy color: '#1C3FAC'

red 28 ◦ green 63 ◦ blue 172

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

Shades of Persian Blue #1C3FAC

Tints of Persian Blue #1C3FAC

RGB

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

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

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

R = 10.65%
G = 23.95%
B = 65.4%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C3FAC (or 0x1C3FAC) is known color: Persian Blue. HEX triplet: 1C, 3F and AC. RGB value is (28,63,172). Sum of RGB (Red+Green+Blue) = 28+63+172=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C3FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3FAC is #E3C053. Grayscale: #404040. Windows color (decimal): -14925908 or 11288348. OLE color: 11288348.

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

Color convert

RGB 28 63 172 -
CMYK 0.84 0.63 0 0.33
HSL 225.42º 0.72% 0.39% -
HSV(B) 225.42º 0.84% 0.67% -
XYZ 9.7 6.78 39.83 -
YUV 64.96 188.4 101.64 -
System Red Green Blue C M Y K H S L
Decimal 28 63 172 0.84 0.63 0 0.33 225.42 0.72 0.39
Hex 1C 3F AC 54 3F 0 21 E1 48 27
Octal 34 77 254 124 77 0 41 341 110 47
Binary 11100 111111 10101100 1010100 111111 0 100001 11100001 1001000 100111

Color Harmonies of #1C3FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3FAC

Black with #1C3FAC

Text Example


Text Example

White with #1C3FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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