Html Css Color HEX #1C36CF Persian Blue

📋 copy color: '#1C36CF'

red 28 ◦ green 54 ◦ blue 207

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

Shades of Persian Blue #1C36CF

Tints of Persian Blue #1C36CF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.69%

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

R = 9.69%
G = 18.69%
B = 71.63%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C36CF (or 0x1C36CF) is known color: Persian Blue. HEX triplet: 1C, 36 and CF. RGB value is (28,54,207). Sum of RGB (Red+Green+Blue) = 28+54+207=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C36CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C36CF is #E3C930. Grayscale: #3F3F3F. Windows color (decimal): -14928177 or 13579804. OLE color: 13579804.

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

Color convert

RGB 28 54 207 -
CMYK 0.86 0.74 0 0.19
HSL 231.28º 0.76% 0.46% -
HSV(B) 231.28º 0.86% 0.81% -
XYZ 13.06 7.39 59.77 -
YUV 63.67 208.89 102.56 -
System Red Green Blue C M Y K H S L
Decimal 28 54 207 0.86 0.74 0 0.19 231.28 0.76 0.46
Hex 1C 36 CF 56 4A 0 13 E7 4C 2E
Octal 34 66 317 126 112 0 23 347 114 56
Binary 11100 110110 11001111 1010110 1001010 0 10011 11100111 1001100 101110

Color Harmonies of #1C36CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C36CF

Black with #1C36CF

Text Example


Text Example

White with #1C36CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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