Html Css Color HEX #1C1FCE Persian Blue

📋 copy color: '#1C1FCE'

red 28 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #1C1FCE

Tints of Persian Blue #1C1FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.7%

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

R = 10.57%
G = 11.7%
B = 77.74%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C1FCE (or 0x1C1FCE) is known color: Persian Blue. HEX triplet: 1C, 1F and CE. RGB value is (28,31,206). Sum of RGB (Red+Green+Blue) = 28+31+206=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 206 (80.86% from 255 or 77.74% from 265); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C1FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C1FCE is #E3E031. Grayscale: #313131. Windows color (decimal): -14934066 or 13508380. OLE color: 13508380.

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

Color convert

RGB 28 31 206 -
CMYK 0.86 0.85 0 0.19
HSL 238.99º 0.76% 0.46% -
HSV(B) 238.99º 0.86% 0.81% -
XYZ 12.11 5.68 58.85 -
YUV 50.05 216.01 112.27 -
System Red Green Blue C M Y K H S L
Decimal 28 31 206 0.86 0.85 0 0.19 238.99 0.76 0.46
Hex 1C 1F CE 56 55 0 13 EF 4C 2E
Octal 34 37 316 126 125 0 23 357 114 56
Binary 11100 11111 11001110 1010110 1010101 0 10011 11101111 1001100 101110

Color Harmonies of #1C1FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1FCE

Black with #1C1FCE

Text Example


Text Example

White with #1C1FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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