Html Css Color HEX #1C3BAD Persian Blue

📋 copy color: '#1C3BAD'

red 28 ◦ green 59 ◦ blue 173

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

Shades of Persian Blue #1C3BAD

Tints of Persian Blue #1C3BAD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.69%

 BLUE value IS 173 (67.97% from 255) = 66.54%

R = 10.77%
G = 22.69%
B = 66.54%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C3BAD (or 0x1C3BAD) is known color: Persian Blue. HEX triplet: 1C, 3B and AD. RGB value is (28,59,173). Sum of RGB (Red+Green+Blue) = 28+59+173=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C3BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3BAD is #E3C452. Grayscale: #3E3E3E. Windows color (decimal): -14926931 or 11352860. OLE color: 11352860.

HSL color Cylindrical-coordinate representation of color #1C3BAD: hue angle of 227.17º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C3BAD is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 59 173 -
CMYK 0.84 0.66 0 0.32
HSL 227.17º 0.72% 0.39% -
HSV(B) 227.17º 0.84% 0.68% -
XYZ 9.59 6.39 40.26 -
YUV 62.73 190.23 103.23 -
System Red Green Blue C M Y K H S L
Decimal 28 59 173 0.84 0.66 0 0.32 227.17 0.72 0.39
Hex 1C 3B AD 54 42 0 20 E3 48 27
Octal 34 73 255 124 102 0 40 343 110 47
Binary 11100 111011 10101101 1010100 1000010 0 100000 11100011 1001000 100111

Color Harmonies of #1C3BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3BAD

Black with #1C3BAD

Text Example


Text Example

White with #1C3BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,59,173); }

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

background-color css

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

 a { background-color: rgb(28,59,173); }

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

border-color css

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

 span { border-color: rgb(28,59,173); }

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