Html Css Color HEX #1C3371 Resolution Blue

📋 copy color: '#1C3371'

red 28 ◦ green 51 ◦ blue 113

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

Shades of Resolution Blue #1C3371

Tints of Resolution Blue #1C3371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.56%

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

R = 14.58%
G = 26.56%
B = 58.85%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C3371 (or 0x1C3371) is known color: Resolution Blue. HEX triplet: 1C, 33 and 71. RGB value is (28,51,113). Sum of RGB (Red+Green+Blue) = 28+51+113=192 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.58% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C3371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3371 is #E3CC8E. Grayscale: #323232. Windows color (decimal): -14929039 or 7418652. OLE color: 7418652.

HSL color Cylindrical-coordinate representation of color #1C3371: hue angle of 223.76º 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 #1C3371 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 51 113 -
CMYK 0.75 0.55 0 0.56
HSL 223.76º 0.6% 0.28% -
HSV(B) 223.76º 0.75% 0.44% -
XYZ 4.64 3.81 16.11 -
YUV 51.19 162.88 111.46 -
System Red Green Blue C M Y K H S L
Decimal 28 51 113 0.75 0.55 0 0.56 223.76 0.6 0.28
Hex 1C 33 71 4B 37 0 38 E0 3C 1C
Octal 34 63 161 113 67 0 70 340 74 34
Binary 11100 110011 1110001 1001011 110111 0 111000 11100000 111100 11100

Color Harmonies of #1C3371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3371

Black with #1C3371

Text Example


Text Example

White with #1C3371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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