Html Css Color HEX #1C3CEF Persian Blue

📋 copy color: '#1C3CEF'

red 28 ◦ green 60 ◦ blue 239

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

Shades of Persian Blue #1C3CEF

Tints of Persian Blue #1C3CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

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

R = 8.56%
G = 18.35%
B = 73.09%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1C3CEF (or 0x1C3CEF) is known color: Persian Blue. HEX triplet: 1C, 3C and EF. RGB value is (28,60,239). Sum of RGB (Red+Green+Blue) = 28+60+239=327 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.56% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 239 (93.75% from 255 or 73.09% from 327); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C3CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C3CEF is #E3C310. Grayscale: #464646. Windows color (decimal): -14926609 or 15678492. OLE color: 15678492.

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

Color convert

RGB 28 60 239 -
CMYK 0.88 0.75 0 0.06
HSL 230.9º 0.87% 0.52% -
HSV(B) 230.9º 0.88% 0.94% -
XYZ 17.67 9.71 82.6 -
YUV 70.84 222.9 97.45 -
System Red Green Blue C M Y K H S L
Decimal 28 60 239 0.88 0.75 0 0.06 230.9 0.87 0.52
Hex 1C 3C EF 58 4B 0 6 E7 57 34
Octal 34 74 357 130 113 0 6 347 127 64
Binary 11100 111100 11101111 1011000 1001011 0 110 11100111 1010111 110100

Color Harmonies of #1C3CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3CEF

Black with #1C3CEF

Text Example


Text Example

White with #1C3CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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