Html Css Color HEX #1C26CE Persian Blue

📋 copy color: '#1C26CE'

red 28 ◦ green 38 ◦ blue 206

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

Shades of Persian Blue #1C26CE

Tints of Persian Blue #1C26CE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.97%

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

R = 10.29%
G = 13.97%
B = 75.74%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C26CE (or 0x1C26CE) is known color: Persian Blue. HEX triplet: 1C, 26 and CE. RGB value is (28,38,206). Sum of RGB (Red+Green+Blue) = 28+38+206=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C26CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C26CE is #E3D931. Grayscale: #353535. Windows color (decimal): -14932274 or 13510172. OLE color: 13510172.

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

Color convert

RGB 28 38 206 -
CMYK 0.86 0.82 0 0.19
HSL 236.63º 0.76% 0.46% -
HSV(B) 236.63º 0.86% 0.81% -
XYZ 12.31 6.09 58.92 -
YUV 54.16 213.69 109.34 -
System Red Green Blue C M Y K H S L
Decimal 28 38 206 0.86 0.82 0 0.19 236.63 0.76 0.46
Hex 1C 26 CE 56 52 0 13 ED 4C 2E
Octal 34 46 316 126 122 0 23 355 114 56
Binary 11100 100110 11001110 1010110 1010010 0 10011 11101101 1001100 101110

Color Harmonies of #1C26CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C26CE

Black with #1C26CE

Text Example


Text Example

White with #1C26CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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