Html Css Color HEX #1C3A76 Resolution Blue

📋 copy color: '#1C3A76'

red 28 ◦ green 58 ◦ blue 118

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

Shades of Resolution Blue #1C3A76

Tints of Resolution Blue #1C3A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.43%

 BLUE value IS 118 (46.48% from 255) = 57.84%

R = 13.73%
G = 28.43%
B = 57.84%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1C3A76 (or 0x1C3A76) is known color: Resolution Blue. HEX triplet: 1C, 3A and 76. RGB value is (28,58,118). Sum of RGB (Red+Green+Blue) = 28+58+118=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C3A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3A76 is #E3C589. Grayscale: #373737. Windows color (decimal): -14927242 or 7748124. OLE color: 7748124.

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

Color convert

RGB 28 58 118 -
CMYK 0.76 0.51 0 0.54
HSL 220º 0.62% 0.29% -
HSV(B) 220º 0.76% 0.46% -
XYZ 5.26 4.58 17.75 -
YUV 55.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 28 58 118 0.76 0.51 0 0.54 220 0.62 0.29
Hex 1C 3A 76 4C 33 0 36 DC 3E 1D
Octal 34 72 166 114 63 0 66 334 76 35
Binary 11100 111010 1110110 1001100 110011 0 110110 11011100 111110 11101

Color Harmonies of #1C3A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3A76

Black with #1C3A76

Text Example


Text Example

White with #1C3A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,58,118); }

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

background-color css

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

 a { background-color: rgb(28,58,118); }

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

border-color css

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

 span { border-color: rgb(28,58,118); }

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