Html Css Color HEX #1C40BC Persian Blue

📋 copy color: '#1C40BC'

red 28 ◦ green 64 ◦ blue 188

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

Shades of Persian Blue #1C40BC

Tints of Persian Blue #1C40BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

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

R = 10%
G = 22.86%
B = 67.14%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C40BC (or 0x1C40BC) is known color: Persian Blue. HEX triplet: 1C, 40 and BC. RGB value is (28,64,188). Sum of RGB (Red+Green+Blue) = 28+64+188=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C40BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C40BC is #E3BF43. Grayscale: #424242. Windows color (decimal): -14925636 or 12337180. OLE color: 12337180.

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

Color convert

RGB 28 64 188 -
CMYK 0.85 0.66 0 0.26
HSL 226.5º 0.74% 0.42% -
HSV(B) 226.5º 0.85% 0.74% -
XYZ 11.39 7.54 48.43 -
YUV 67.37 196.07 99.92 -
System Red Green Blue C M Y K H S L
Decimal 28 64 188 0.85 0.66 0 0.26 226.5 0.74 0.42
Hex 1C 40 BC 55 42 0 1A E2 4A 2A
Octal 34 100 274 125 102 0 32 342 112 52
Binary 11100 1000000 10111100 1010101 1000010 0 11010 11100010 1001010 101010

Color Harmonies of #1C40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C40BC

Black with #1C40BC

Text Example


Text Example

White with #1C40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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