Html Css Color HEX #1C2CEF Persian Blue

📋 copy color: '#1C2CEF'

red 28 ◦ green 44 ◦ blue 239

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

Shades of Persian Blue #1C2CEF

Tints of Persian Blue #1C2CEF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.15%

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

R = 9%
G = 14.15%
B = 76.85%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1C2CEF (or 0x1C2CEF) is known color: Persian Blue. HEX triplet: 1C, 2C and EF. RGB value is (28,44,239). Sum of RGB (Red+Green+Blue) = 28+44+239=311 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.00% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 239 (93.75% from 255 or 76.85% from 311); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C2CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C2CEF is #E3D310. Grayscale: #3C3C3C. Windows color (decimal): -14930705 or 15674396. OLE color: 15674396.

HSL color Cylindrical-coordinate representation of color #1C2CEF: hue angle of 235.45º 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 #1C2CEF is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 44 239 -
CMYK 0.88 0.82 0 0.06
HSL 235.45º 0.87% 0.52% -
HSV(B) 235.45º 0.88% 0.94% -
XYZ 16.96 8.28 82.37 -
YUV 61.45 228.2 104.14 -
System Red Green Blue C M Y K H S L
Decimal 28 44 239 0.88 0.82 0 0.06 235.45 0.87 0.52
Hex 1C 2C EF 58 52 0 6 EB 57 34
Octal 34 54 357 130 122 0 6 353 127 64
Binary 11100 101100 11101111 1011000 1010010 0 110 11101011 1010111 110100

Color Harmonies of #1C2CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2CEF

Black with #1C2CEF

Text Example


Text Example

White with #1C2CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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