Html Css Color HEX #1E3C7F Resolution Blue

📋 copy color: '#1E3C7F'

red 30 ◦ green 60 ◦ blue 127

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

Shades of Resolution Blue #1E3C7F

Tints of Resolution Blue #1E3C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 58.53%

R = 13.82%
G = 27.65%
B = 58.53%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1E3C7F (or 0x1E3C7F) is known color: Resolution Blue. HEX triplet: 1E, 3C and 7F. RGB value is (30,60,127). Sum of RGB (Red+Green+Blue) = 30+60+127=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E3C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3C7F is #E1C380. Grayscale: #3A3A3A. Windows color (decimal): -14795649 or 8338462. OLE color: 8338462.

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

Color convert

RGB 30 60 127 -
CMYK 0.76 0.53 0 0.50
HSL 221.44º 0.62% 0.31% -
HSV(B) 221.44º 0.76% 0.5% -
XYZ 5.98 5.04 20.74 -
YUV 58.67 166.56 107.55 -
System Red Green Blue C M Y K H S L
Decimal 30 60 127 0.76 0.53 0 0.50 221.44 0.62 0.31
Hex 1E 3C 7F 4C 35 0 32 DD 3E 1F
Octal 36 74 177 114 65 0 62 335 76 37
Binary 11110 111100 1111111 1001100 110101 0 110010 11011101 111110 11111

Color Harmonies of #1E3C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3C7F

Black with #1E3C7F

Text Example


Text Example

White with #1E3C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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