Html Css Color HEX #1C3279 Resolution Blue

📋 copy color: '#1C3279'

red 28 ◦ green 50 ◦ blue 121

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

Shades of Resolution Blue #1C3279

Tints of Resolution Blue #1C3279

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.13%

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

R = 14.07%
G = 25.13%
B = 60.8%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1C3279 (or 0x1C3279) is known color: Resolution Blue. HEX triplet: 1C, 32 and 79. RGB value is (28,50,121). Sum of RGB (Red+Green+Blue) = 28+50+121=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #1C3279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3279 is #E3CD86. Grayscale: #333333. Windows color (decimal): -14929287 or 7942684. OLE color: 7942684.

HSL color Cylindrical-coordinate representation of color #1C3279: hue angle of 225.81º 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 #1C3279 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 50 121 -
CMYK 0.77 0.59 0 0.53
HSL 225.81º 0.62% 0.29% -
HSV(B) 225.81º 0.77% 0.47% -
XYZ 5.07 3.91 18.58 -
YUV 51.52 167.21 111.23 -
System Red Green Blue C M Y K H S L
Decimal 28 50 121 0.77 0.59 0 0.53 225.81 0.62 0.29
Hex 1C 32 79 4D 3B 0 35 E2 3E 1D
Octal 34 62 171 115 73 0 65 342 76 35
Binary 11100 110010 1111001 1001101 111011 0 110101 11100010 111110 11101

Color Harmonies of #1C3279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3279

Black with #1C3279

Text Example


Text Example

White with #1C3279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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