Html Css Color HEX #1C40CF Persian Blue

📋 copy color: '#1C40CF'

red 28 ◦ green 64 ◦ blue 207

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

Shades of Persian Blue #1C40CF

Tints of Persian Blue #1C40CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 69.23%

R = 9.36%
G = 21.4%
B = 69.23%

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

#1C40CF (or 0x1C40CF) is known color: Persian Blue. HEX triplet: 1C, 40 and CF. RGB value is (28,64,207). Sum of RGB (Red+Green+Blue) = 28+64+207=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C40CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C40CF is #E3BF30. Grayscale: #444444. Windows color (decimal): -14925617 or 13582364. OLE color: 13582364.

HSL color Cylindrical-coordinate representation of color #1C40CF: hue angle of 227.93º 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 #1C40CF is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 64 207 -
CMYK 0.86 0.69 0 0.19
HSL 227.93º 0.76% 0.46% -
HSV(B) 227.93º 0.86% 0.81% -
XYZ 13.57 8.42 59.94 -
YUV 69.54 205.57 98.37 -
System Red Green Blue C M Y K H S L
Decimal 28 64 207 0.86 0.69 0 0.19 227.93 0.76 0.46
Hex 1C 40 CF 56 45 0 13 E4 4C 2E
Octal 34 100 317 126 105 0 23 344 114 56
Binary 11100 1000000 11001111 1010110 1000101 0 10011 11100100 1001100 101110

Color Harmonies of #1C40CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C40CF

Black with #1C40CF

Text Example


Text Example

White with #1C40CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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