Html Css Color HEX #1C37AD Persian Blue

📋 copy color: '#1C37AD'

red 28 ◦ green 55 ◦ blue 173

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

Shades of Persian Blue #1C37AD

Tints of Persian Blue #1C37AD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.48%

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

R = 10.94%
G = 21.48%
B = 67.58%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C37AD (or 0x1C37AD) is known color: Persian Blue. HEX triplet: 1C, 37 and AD. RGB value is (28,55,173). Sum of RGB (Red+Green+Blue) = 28+55+173=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C37AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C37AD is #E3C852. Grayscale: #3B3B3B. Windows color (decimal): -14927955 or 11351836. OLE color: 11351836.

HSL color Cylindrical-coordinate representation of color #1C37AD: hue angle of 228.83º 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 #1C37AD is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 55 173 -
CMYK 0.84 0.68 0 0.32
HSL 228.83º 0.72% 0.39% -
HSV(B) 228.83º 0.84% 0.68% -
XYZ 9.39 6 40.2 -
YUV 60.38 191.55 104.91 -
System Red Green Blue C M Y K H S L
Decimal 28 55 173 0.84 0.68 0 0.32 228.83 0.72 0.39
Hex 1C 37 AD 54 44 0 20 E5 48 27
Octal 34 67 255 124 104 0 40 345 110 47
Binary 11100 110111 10101101 1010100 1000100 0 100000 11100101 1001000 100111

Color Harmonies of #1C37AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C37AD

Black with #1C37AD

Text Example


Text Example

White with #1C37AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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