Html Css Color HEX #1C2AE7 Persian Blue

📋 copy color: '#1C2AE7'

red 28 ◦ green 42 ◦ blue 231

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

Shades of Persian Blue #1C2AE7

Tints of Persian Blue #1C2AE7

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.95%

 BLUE value IS 231 (90.63% from 255) = 76.74%

R = 9.3%
G = 13.95%
B = 76.74%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1C2AE7 (or 0x1C2AE7) is known color: Persian Blue. HEX triplet: 1C, 2A and E7. RGB value is (28,42,231). Sum of RGB (Red+Green+Blue) = 28+42+231=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 231 (90.62% from 255 or 76.74% from 301); Max value from RGB is 231 - color contains mainly: blue. Hex color #1C2AE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C2AE7 is #E3D518. Grayscale: #3A3A3A. Windows color (decimal): -14931225 or 15149596. OLE color: 15149596.

HSL color Cylindrical-coordinate representation of color #1C2AE7: hue angle of 235.86º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C2AE7 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 28 42 231 -
CMYK 0.88 0.82 0 0.09
HSL 235.86º 0.81% 0.51% -
HSV(B) 235.86º 0.88% 0.91% -
XYZ 15.73 7.67 76.25 -
YUV 59.36 224.86 105.63 -
System Red Green Blue C M Y K H S L
Decimal 28 42 231 0.88 0.82 0 0.09 235.86 0.81 0.51
Hex 1C 2A E7 58 52 0 9 EC 51 33
Octal 34 52 347 130 122 0 11 354 121 63
Binary 11100 101010 11100111 1011000 1010010 0 1001 11101100 1010001 110011

Color Harmonies of #1C2AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2AE7

Black with #1C2AE7

Text Example


Text Example

White with #1C2AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,42,231); }

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

background-color css

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

 a { background-color: rgb(28,42,231); }

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

border-color css

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

 span { border-color: rgb(28,42,231); }

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