Html Css Color HEX #1C3379 Resolution Blue

📋 copy color: '#1C3379'

red 28 ◦ green 51 ◦ blue 121

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

Shades of Resolution Blue #1C3379

Tints of Resolution Blue #1C3379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 60.5%

R = 14%
G = 25.5%
B = 60.5%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1C3379 (or 0x1C3379) is known color: Resolution Blue. HEX triplet: 1C, 33 and 79. RGB value is (28,51,121). Sum of RGB (Red+Green+Blue) = 28+51+121=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #1C3379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3379 is #E3CC86. Grayscale: #333333. Windows color (decimal): -14929031 or 7942940. OLE color: 7942940.

HSL color Cylindrical-coordinate representation of color #1C3379: hue angle of 225.16º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C3379 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 51 121 -
CMYK 0.77 0.58 0 0.53
HSL 225.16º 0.62% 0.29% -
HSV(B) 225.16º 0.77% 0.47% -
XYZ 5.11 4 18.59 -
YUV 52.1 166.88 110.81 -
System Red Green Blue C M Y K H S L
Decimal 28 51 121 0.77 0.58 0 0.53 225.16 0.62 0.29
Hex 1C 33 79 4D 3A 0 35 E1 3E 1D
Octal 34 63 171 115 72 0 65 341 76 35
Binary 11100 110011 1111001 1001101 111010 0 110101 11100001 111110 11101

Color Harmonies of #1C3379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3379

Black with #1C3379

Text Example


Text Example

White with #1C3379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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