Html Css Color HEX #1C2FBC Persian Blue

📋 copy color: '#1C2FBC'

red 28 ◦ green 47 ◦ blue 188

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

Shades of Persian Blue #1C2FBC

Tints of Persian Blue #1C2FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.87%

 BLUE value IS 188 (73.83% from 255) = 71.48%

R = 10.65%
G = 17.87%
B = 71.48%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C2FBC (or 0x1C2FBC) is known color: Persian Blue. HEX triplet: 1C, 2F and BC. RGB value is (28,47,188). Sum of RGB (Red+Green+Blue) = 28+47+188=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C2FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2FBC is #E3D043. Grayscale: #383838. Windows color (decimal): -14929988 or 12332828. OLE color: 12332828.

HSL color Cylindrical-coordinate representation of color #1C2FBC: hue angle of 232.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C2FBC is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 47 188 -
CMYK 0.85 0.75 0 0.26
HSL 232.88º 0.74% 0.42% -
HSV(B) 232.88º 0.85% 0.74% -
XYZ 10.57 5.91 48.16 -
YUV 57.39 201.71 107.04 -
System Red Green Blue C M Y K H S L
Decimal 28 47 188 0.85 0.75 0 0.26 232.88 0.74 0.42
Hex 1C 2F BC 55 4B 0 1A E9 4A 2A
Octal 34 57 274 125 113 0 32 351 112 52
Binary 11100 101111 10111100 1010101 1001011 0 11010 11101001 1001010 101010

Color Harmonies of #1C2FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2FBC

Black with #1C2FBC

Text Example


Text Example

White with #1C2FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,47,188); }

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

background-color css

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

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

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

border-color css

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

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

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