Html Css Color HEX #1C2EBC Persian Blue

📋 copy color: '#1C2EBC'

red 28 ◦ green 46 ◦ blue 188

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

Shades of Persian Blue #1C2EBC

Tints of Persian Blue #1C2EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.56%

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

R = 10.69%
G = 17.56%
B = 71.76%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C2EBC (or 0x1C2EBC) is known color: Persian Blue. HEX triplet: 1C, 2E and BC. RGB value is (28,46,188). Sum of RGB (Red+Green+Blue) = 28+46+188=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C2EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2EBC is #E3D143. Grayscale: #383838. Windows color (decimal): -14930244 or 12332572. OLE color: 12332572.

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

Color convert

RGB 28 46 188 -
CMYK 0.85 0.76 0 0.26
HSL 233.25º 0.74% 0.42% -
HSV(B) 233.25º 0.85% 0.74% -
XYZ 10.53 5.83 48.15 -
YUV 56.81 202.04 107.45 -
System Red Green Blue C M Y K H S L
Decimal 28 46 188 0.85 0.76 0 0.26 233.25 0.74 0.42
Hex 1C 2E BC 55 4C 0 1A E9 4A 2A
Octal 34 56 274 125 114 0 32 351 112 52
Binary 11100 101110 10111100 1010101 1001100 0 11010 11101001 1001010 101010

Color Harmonies of #1C2EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2EBC

Black with #1C2EBC

Text Example


Text Example

White with #1C2EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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