Html Css Color HEX #1C3478 Resolution Blue

📋 copy color: '#1C3478'

red 28 ◦ green 52 ◦ blue 120

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

Shades of Resolution Blue #1C3478

Tints of Resolution Blue #1C3478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 60%

R = 14%
G = 26%
B = 60%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1C3478 (or 0x1C3478) is known color: Resolution Blue. HEX triplet: 1C, 34 and 78. RGB value is (28,52,120). Sum of RGB (Red+Green+Blue) = 28+52+120=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 120 (47.27% from 255 or 60% from 200); Max value from RGB is 120 - color contains mainly: blue. Hex color #1C3478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3478 is #E3CB87. Grayscale: #343434. Windows color (decimal): -14928776 or 7877660. OLE color: 7877660.

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

Color convert

RGB 28 52 120 -
CMYK 0.77 0.57 0 0.53
HSL 224.35º 0.62% 0.29% -
HSV(B) 224.35º 0.77% 0.47% -
XYZ 5.1 4.06 18.28 -
YUV 52.58 166.05 110.47 -
System Red Green Blue C M Y K H S L
Decimal 28 52 120 0.77 0.57 0 0.53 224.35 0.62 0.29
Hex 1C 34 78 4D 39 0 35 E0 3E 1D
Octal 34 64 170 115 71 0 65 340 76 35
Binary 11100 110100 1111000 1001101 111001 0 110101 11100000 111110 11101

Color Harmonies of #1C3478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3478

Black with #1C3478

Text Example


Text Example

White with #1C3478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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