Html Css Color HEX #1C3471 Resolution Blue

📋 copy color: '#1C3471'

red 28 ◦ green 52 ◦ blue 113

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

Shades of Resolution Blue #1C3471

Tints of Resolution Blue #1C3471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.94%

 BLUE value IS 113 (44.53% from 255) = 58.55%

R = 14.51%
G = 26.94%
B = 58.55%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C3471 (or 0x1C3471) is known color: Resolution Blue. HEX triplet: 1C, 34 and 71. RGB value is (28,52,113). Sum of RGB (Red+Green+Blue) = 28+52+113=193 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.51% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C3471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3471 is #E3CB8E. Grayscale: #333333. Windows color (decimal): -14928783 or 7418908. OLE color: 7418908.

HSL color Cylindrical-coordinate representation of color #1C3471: hue angle of 223.06º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C3471 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 52 113 -
CMYK 0.75 0.54 0 0.56
HSL 223.06º 0.6% 0.28% -
HSV(B) 223.06º 0.75% 0.44% -
XYZ 4.69 3.9 16.13 -
YUV 51.78 162.55 111.04 -
System Red Green Blue C M Y K H S L
Decimal 28 52 113 0.75 0.54 0 0.56 223.06 0.6 0.28
Hex 1C 34 71 4B 36 0 38 DF 3C 1C
Octal 34 64 161 113 66 0 70 337 74 34
Binary 11100 110100 1110001 1001011 110110 0 111000 11011111 111100 11100

Color Harmonies of #1C3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3471

Black with #1C3471

Text Example


Text Example

White with #1C3471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,52,113); }

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

background-color css

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

 a { background-color: rgb(28,52,113); }

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

border-color css

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

 span { border-color: rgb(28,52,113); }

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