Html Css Color HEX #1C1CCE Persian Blue

📋 copy color: '#1C1CCE'

red 28 ◦ green 28 ◦ blue 206

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

Shades of Persian Blue #1C1CCE

Tints of Persian Blue #1C1CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.69%

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

R = 10.69%
G = 10.69%
B = 78.63%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C1CCE (or 0x1C1CCE) is known color: Persian Blue. HEX triplet: 1C, 1C and CE. RGB value is (28,28,206). Sum of RGB (Red+Green+Blue) = 28+28+206=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 206 (80.86% from 255 or 78.63% from 262); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C1CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C1CCE is #E3E331. Grayscale: #2F2F2F. Windows color (decimal): -14934834 or 13507612. OLE color: 13507612.

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

Color convert

RGB 28 28 206 -
CMYK 0.86 0.86 0 0.19
HSL 240º 0.76% 0.46% -
HSV(B) 240º 0.86% 0.81% -
XYZ 12.03 5.53 58.83 -
YUV 48.29 217 113.53 -
System Red Green Blue C M Y K H S L
Decimal 28 28 206 0.86 0.86 0 0.19 240 0.76 0.46
Hex 1C 1C CE 56 56 0 13 F0 4C 2E
Octal 34 34 316 126 126 0 23 360 114 56
Binary 11100 11100 11001110 1010110 1010110 0 10011 11110000 1001100 101110

Color Harmonies of #1C1CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1CCE

Black with #1C1CCE

Text Example


Text Example

White with #1C1CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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