Html Css Color HEX #1C40CE Persian Blue

📋 copy color: '#1C40CE'

red 28 ◦ green 64 ◦ blue 206

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

Shades of Persian Blue #1C40CE

Tints of Persian Blue #1C40CE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.48%

 BLUE value IS 206 (80.86% from 255) = 69.13%

R = 9.4%
G = 21.48%
B = 69.13%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C40CE (or 0x1C40CE) is known color: Persian Blue. HEX triplet: 1C, 40 and CE. RGB value is (28,64,206). Sum of RGB (Red+Green+Blue) = 28+64+206=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 206 (80.86% from 255 or 69.13% from 298); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C40CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C40CE is #E3BF31. Grayscale: #444444. Windows color (decimal): -14925618 or 13516828. OLE color: 13516828.

HSL color Cylindrical-coordinate representation of color #1C40CE: hue angle of 227.87º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C40CE is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 64 206 -
CMYK 0.86 0.69 0 0.19
HSL 227.87º 0.76% 0.46% -
HSV(B) 227.87º 0.86% 0.81% -
XYZ 13.45 8.37 59.3 -
YUV 69.42 205.07 98.45 -
System Red Green Blue C M Y K H S L
Decimal 28 64 206 0.86 0.69 0 0.19 227.87 0.76 0.46
Hex 1C 40 CE 56 45 0 13 E4 4C 2E
Octal 34 100 316 126 105 0 23 344 114 56
Binary 11100 1000000 11001110 1010110 1000101 0 10011 11100100 1001100 101110

Color Harmonies of #1C40CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C40CE

Black with #1C40CE

Text Example


Text Example

White with #1C40CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,64,206); }

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

background-color css

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

 a { background-color: rgb(28,64,206); }

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

border-color css

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

 span { border-color: rgb(28,64,206); }

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