Html Css Color HEX #1C32EF Persian Blue

📋 copy color: '#1C32EF'

red 28 ◦ green 50 ◦ blue 239

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

Shades of Persian Blue #1C32EF

Tints of Persian Blue #1C32EF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

 BLUE value IS 239 (93.75% from 255) = 75.39%

R = 8.83%
G = 15.77%
B = 75.39%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1C32EF (or 0x1C32EF) is known color: Persian Blue. HEX triplet: 1C, 32 and EF. RGB value is (28,50,239). Sum of RGB (Red+Green+Blue) = 28+50+239=317 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.83% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 239 (93.75% from 255 or 75.39% from 317); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C32EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C32EF is #E3CD10. Grayscale: #404040. Windows color (decimal): -14929169 or 15675932. OLE color: 15675932.

HSL color Cylindrical-coordinate representation of color #1C32EF: hue angle of 233.74º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C32EF is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 50 239 -
CMYK 0.88 0.79 0 0.06
HSL 233.74º 0.87% 0.52% -
HSV(B) 233.74º 0.88% 0.94% -
XYZ 17.2 8.76 82.45 -
YUV 64.97 226.21 101.63 -
System Red Green Blue C M Y K H S L
Decimal 28 50 239 0.88 0.79 0 0.06 233.74 0.87 0.52
Hex 1C 32 EF 58 4F 0 6 EA 57 34
Octal 34 62 357 130 117 0 6 352 127 64
Binary 11100 110010 11101111 1011000 1001111 0 110 11101010 1010111 110100

Color Harmonies of #1C32EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C32EF

Black with #1C32EF

Text Example


Text Example

White with #1C32EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,50,239); }

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

background-color css

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

 a { background-color: rgb(28,50,239); }

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

border-color css

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

 span { border-color: rgb(28,50,239); }

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