Html Css Color HEX #1E387E Resolution Blue

📋 copy color: '#1E387E'

red 30 ◦ green 56 ◦ blue 126

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

Shades of Resolution Blue #1E387E

Tints of Resolution Blue #1E387E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.42%

 BLUE value IS 126 (49.61% from 255) = 59.43%

R = 14.15%
G = 26.42%
B = 59.43%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1E387E (or 0x1E387E) is known color: Resolution Blue. HEX triplet: 1E, 38 and 7E. RGB value is (30,56,126). Sum of RGB (Red+Green+Blue) = 30+56+126=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 126 (49.61% from 255 or 59.43% from 212); Max value from RGB is 126 - color contains mainly: blue. Hex color #1E387E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E387E is #E1C781. Grayscale: #373737. Windows color (decimal): -14796674 or 8271902. OLE color: 8271902.

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

Color convert

RGB 30 56 126 -
CMYK 0.76 0.56 0 0.51
HSL 223.75º 0.62% 0.31% -
HSV(B) 223.75º 0.76% 0.49% -
XYZ 5.72 4.61 20.33 -
YUV 56.21 167.39 109.31 -
System Red Green Blue C M Y K H S L
Decimal 30 56 126 0.76 0.56 0 0.51 223.75 0.62 0.31
Hex 1E 38 7E 4C 38 0 33 E0 3E 1F
Octal 36 70 176 114 70 0 63 340 76 37
Binary 11110 111000 1111110 1001100 111000 0 110011 11100000 111110 11111

Color Harmonies of #1E387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E387E

Black with #1E387E

Text Example


Text Example

White with #1E387E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,56,126); }

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

background-color css

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

 a { background-color: rgb(30,56,126); }

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

border-color css

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

 span { border-color: rgb(30,56,126); }

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