Html Css Color HEX #1C2BCD Persian Blue

📋 copy color: '#1C2BCD'

red 28 ◦ green 43 ◦ blue 205

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

Shades of Persian Blue #1C2BCD

Tints of Persian Blue #1C2BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.58%

 BLUE value IS 205 (80.47% from 255) = 74.28%

R = 10.14%
G = 15.58%
B = 74.28%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C2BCD (or 0x1C2BCD) is known color: Persian Blue. HEX triplet: 1C, 2B and CD. RGB value is (28,43,205). Sum of RGB (Red+Green+Blue) = 28+43+205=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 205 (80.47% from 255 or 74.28% from 276); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C2BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2BCD is #E3D432. Grayscale: #383838. Windows color (decimal): -14930995 or 13445916. OLE color: 13445916.

HSL color Cylindrical-coordinate representation of color #1C2BCD: hue angle of 234.92º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C2BCD is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 43 205 -
CMYK 0.86 0.79 0 0.20
HSL 234.92º 0.76% 0.46% -
HSV(B) 234.92º 0.86% 0.8% -
XYZ 12.36 6.38 58.34 -
YUV 56.98 211.53 107.33 -
System Red Green Blue C M Y K H S L
Decimal 28 43 205 0.86 0.79 0 0.20 234.92 0.76 0.46
Hex 1C 2B CD 56 4F 0 14 EB 4C 2E
Octal 34 53 315 126 117 0 24 353 114 56
Binary 11100 101011 11001101 1010110 1001111 0 10100 11101011 1001100 101110

Color Harmonies of #1C2BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2BCD

Black with #1C2BCD

Text Example


Text Example

White with #1C2BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,43,205); }

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

background-color css

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

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

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

border-color css

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

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

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