Html Css Color HEX #1C2BAE Persian Blue

📋 copy color: '#1C2BAE'

red 28 ◦ green 43 ◦ blue 174

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

Shades of Persian Blue #1C2BAE

Tints of Persian Blue #1C2BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.55%

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

R = 11.43%
G = 17.55%
B = 71.02%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C2BAE (or 0x1C2BAE) is known color: Persian Blue. HEX triplet: 1C, 2B and AE. RGB value is (28,43,174). Sum of RGB (Red+Green+Blue) = 28+43+174=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 174 (68.36% from 255 or 71.02% from 245); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C2BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2BAE is #E3D451. Grayscale: #343434. Windows color (decimal): -14931026 or 11414300. OLE color: 11414300.

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

Color convert

RGB 28 43 174 -
CMYK 0.84 0.75 0 0.32
HSL 233.84º 0.72% 0.4% -
HSV(B) 233.84º 0.84% 0.68% -
XYZ 8.98 5.03 40.54 -
YUV 53.45 196.03 109.85 -
System Red Green Blue C M Y K H S L
Decimal 28 43 174 0.84 0.75 0 0.32 233.84 0.72 0.4
Hex 1C 2B AE 54 4B 0 20 EA 48 28
Octal 34 53 256 124 113 0 40 352 110 50
Binary 11100 101011 10101110 1010100 1001011 0 100000 11101010 1001000 101000

Color Harmonies of #1C2BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2BAE

Black with #1C2BAE

Text Example


Text Example

White with #1C2BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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