Html Css Color HEX #1E3C76 Resolution Blue

📋 copy color: '#1E3C76'

red 30 ◦ green 60 ◦ blue 118

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

Shades of Resolution Blue #1E3C76

Tints of Resolution Blue #1E3C76

RGB

 RED value IS 30 (12.11% from 255) = 14.42%

 GREEN value IS 60 (23.83% from 255) = 28.85%

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

R = 14.42%
G = 28.85%
B = 56.73%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1E3C76 (or 0x1E3C76) is known color: Resolution Blue. HEX triplet: 1E, 3C and 76. RGB value is (30,60,118). Sum of RGB (Red+Green+Blue) = 30+60+118=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E3C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3C76 is #E1C389. Grayscale: #393939. Windows color (decimal): -14795658 or 7748638. OLE color: 7748638.

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

Color convert

RGB 30 60 118 -
CMYK 0.75 0.49 0 0.54
HSL 219.55º 0.59% 0.29% -
HSV(B) 219.55º 0.75% 0.46% -
XYZ 5.42 4.82 17.78 -
YUV 57.64 162.06 108.28 -
System Red Green Blue C M Y K H S L
Decimal 30 60 118 0.75 0.49 0 0.54 219.55 0.59 0.29
Hex 1E 3C 76 4B 31 0 36 DC 3B 1D
Octal 36 74 166 113 61 0 66 334 73 35
Binary 11110 111100 1110110 1001011 110001 0 110110 11011100 111011 11101

Color Harmonies of #1E3C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3C76

Black with #1E3C76

Text Example


Text Example

White with #1E3C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,60,118); }

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

background-color css

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

 a { background-color: rgb(30,60,118); }

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

border-color css

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

 span { border-color: rgb(30,60,118); }

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