Html Css Color HEX #1C48BC Persian Blue

📋 copy color: '#1C48BC'

red 28 ◦ green 72 ◦ blue 188

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

Shades of Persian Blue #1C48BC

Tints of Persian Blue #1C48BC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25%

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

R = 9.72%
G = 25%
B = 65.28%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C48BC (or 0x1C48BC) is known color: Persian Blue. HEX triplet: 1C, 48 and BC. RGB value is (28,72,188). Sum of RGB (Red+Green+Blue) = 28+72+188=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C48BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C48BC is #E3B743. Grayscale: #474747. Windows color (decimal): -14923588 or 12339228. OLE color: 12339228.

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

Color convert

RGB 28 72 188 -
CMYK 0.85 0.62 0 0.26
HSL 223.5º 0.74% 0.42% -
HSV(B) 223.5º 0.85% 0.74% -
XYZ 11.87 8.51 48.59 -
YUV 72.07 193.42 96.57 -
System Red Green Blue C M Y K H S L
Decimal 28 72 188 0.85 0.62 0 0.26 223.5 0.74 0.42
Hex 1C 48 BC 55 3E 0 1A E0 4A 2A
Octal 34 110 274 125 76 0 32 340 112 52
Binary 11100 1001000 10111100 1010101 111110 0 11010 11100000 1001010 101010

Color Harmonies of #1C48BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C48BC

Black with #1C48BC

Text Example


Text Example

White with #1C48BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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