Html Css Color HEX #1C3477 Resolution Blue

📋 copy color: '#1C3477'

red 28 ◦ green 52 ◦ blue 119

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

Shades of Resolution Blue #1C3477

Tints of Resolution Blue #1C3477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 59.8%

R = 14.07%
G = 26.13%
B = 59.8%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1C3477 (or 0x1C3477) is known color: Resolution Blue. HEX triplet: 1C, 34 and 77. RGB value is (28,52,119). Sum of RGB (Red+Green+Blue) = 28+52+119=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #1C3477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3477 is #E3CB88. Grayscale: #343434. Windows color (decimal): -14928777 or 7812124. OLE color: 7812124.

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

Color convert

RGB 28 52 119 -
CMYK 0.76 0.56 0 0.53
HSL 224.18º 0.62% 0.29% -
HSV(B) 224.18º 0.76% 0.47% -
XYZ 5.04 4.03 17.97 -
YUV 52.46 165.55 110.55 -
System Red Green Blue C M Y K H S L
Decimal 28 52 119 0.76 0.56 0 0.53 224.18 0.62 0.29
Hex 1C 34 77 4C 38 0 35 E0 3E 1D
Octal 34 64 167 114 70 0 65 340 76 35
Binary 11100 110100 1110111 1001100 111000 0 110101 11100000 111110 11101

Color Harmonies of #1C3477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3477

Black with #1C3477

Text Example


Text Example

White with #1C3477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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